Skip to main content
Module Terms.Relation
val equal : ('a, 'b) t -> ('a, 'b) t -> boolval pretty : Stdlib.Format.formatter -> ('a, 'b) t -> unitval pretty_with_terms :
(Stdlib.Format.formatter -> 'tl -> unit) ->
'tl ->
(Stdlib.Format.formatter -> 'tr -> unit) ->
'tr ->
Stdlib.Format.formatter ->
('a, 'b) t ->
unitval identity : ('a, 'a) tval compose : ('b, 'c) t -> ('a, 'b) t -> ('a, 'c) tval inverse : ('a, 'b) t -> ('b, 'a) t