Module Term.OpSource

Sourcetype 'a t = 'a operator
Sourceval equal : 'a t -> 'b t -> bool
Sourceval compare : 'a t -> 'b t -> int
Sourceval hash : 'a t -> int
Sourceval pp : Format.formatter -> 'a t -> unit