package diffast-langs-verilog-parsing

  1. Overview
  2. Docs
type t =
  1. | Add
  2. | Subt
  3. | Mult
  4. | Div
  5. | Mod
  6. | Eq
  7. | Neq
  8. | CaseEq
  9. | CaseNeq
  10. | WildEq
  11. | WildNeq
  12. | LogAnd
  13. | LogOr
  14. | Pow
  15. | Lt
  16. | Le
  17. | Gt
  18. | Ge
  19. | And
  20. | Or
  21. | Xor
  22. | Xnor
  23. | Nor
  24. | Nand
  25. | ShiftL
  26. | ShiftR
  27. | SShiftR
  28. | Constraint
  29. | LtMinusGt
val to_string : t -> string
val to_simple_string : t -> string
val to_tag : t -> string * 'a list
OCaml

Innovation. Community. Security.