method leq : value_type -> value_type
method eq : value_type -> value_type
method neq : value_type -> value_type
+ method shl : value_type -> value_type
+ method shr : value_type -> value_type
method max : value_type -> value_type
method min : value_type -> value_type
end;;
| Leq
| Eq
| Neq
+ | Shl
+ | Shr
| Max
| Min
| Prefix
method leq : signal_type -> signal_type
method eq : signal_type -> signal_type
method neq : signal_type -> signal_type
+ method shl : signal_type -> signal_type
+ method shr : signal_type -> signal_type
method max : signal_type -> signal_type
method min : signal_type -> signal_type
method rdtable : signal_type -> signal_type -> signal_type