Module V_label.BinaryOperatorSource
include module type of struct include Ls.BinaryOperator end
Sourcetype t = Verilog_parsing.Labels.BinaryOperator.t = | Add| Subt| Mult| Div| Mod| Eq| Neq| CaseEq| CaseNeq| WildEq| WildNeq| LogAnd| LogOr| Pow| Lt| Le| Gt| Ge| And| Or| Xor| Xnor| Nor| Nand| ShiftL| ShiftR| SShiftR| Constraint| LtMinusGt
Sourceval to_simple_string : t -> string Sourceval to_tag : t -> string * 'a list Sourceval to_short_string : t -> string