package smtml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Add
  2. | Sub
  3. | Mul
  4. | Div
  5. | DivU
  6. | Rem
  7. | RemU
  8. | Shl
  9. | ShrA
  10. | ShrL
  11. | And
  12. | Or
  13. | Xor
  14. | Pow
  15. | Min
  16. | Max
  17. | Rotl
  18. | Rotr
  19. | At
  20. | List_cons
  21. | List_append
  22. | String_prefix
  23. | String_suffix
  24. | String_contains
  25. | String_last_index
  26. | String_in_re
  27. | Regexp_range
val equal : t -> t -> bool
val pp : t Fmt.t
OCaml

Innovation. Community. Security.