Module Terms.Relation

type ('a, 'b) t = ('a, 'b) Terms.Relations.Equality.t
val equal : ('a, 'b) t -> ('a, 'b) t -> bool
val pretty : Stdlib.Format.formatter -> ('a, 'b) t -> unit
val pretty_with_terms : (Stdlib.Format.formatter -> 'tl -> unit) -> 'tl -> (Stdlib.Format.formatter -> 'tr -> unit) -> 'tr -> Stdlib.Format.formatter -> ('a, 'b) t -> unit
val identity : ('a, 'a) t
val compose : ('b, 'c) t -> ('a, 'b) t -> ('a, 'c) t
val inverse : ('a, 'b) t -> ('b, 'a) t