package smtml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Neg
  2. | Not
  3. | Clz
  4. | Ctz
  5. | Abs
  6. | Sqrt
  7. | Is_nan
  8. | Ceil
  9. | Floor
  10. | Trunc
  11. | Nearest
  12. | Head
  13. | Tail
  14. | Reverse
  15. | Length
  16. | Trim
  17. | Regexp_star
  18. | Regexp_loop of int * int
  19. | Regexp_plus
  20. | Regexp_opt
  21. | Regexp_comp
val equal : t -> t -> bool
val pp : t Fmt.t
OCaml

Innovation. Community. Security.