package smtml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | ToString
  2. | OfString
  3. | ToBool
  4. | OfBool
  5. | Reinterpret_int
  6. | Reinterpret_float
  7. | DemoteF64
  8. | PromoteF32
  9. | ConvertSI32
  10. | ConvertUI32
  11. | ConvertSI64
  12. | ConvertUI64
  13. | TruncSF32
  14. | TruncUF32
  15. | TruncSF64
  16. | TruncUF64
  17. | WrapI64
  18. | Sign_extend of int
  19. | Zero_extend of int
  20. | String_to_code
  21. | String_from_code
  22. | String_to_int
  23. | String_from_int
  24. | String_to_float
  25. | String_to_re
val equal : t -> t -> bool
val pp : t Fmt.t
OCaml

Innovation. Community. Security.