Module UF_NODE.Relation

type ('a, 'b) t
val compose : ('b, 'c) t -> ('a, 'b) t -> ('a, 'c) t
val inverse : ('a, 'b) t -> ('b, 'a) t
val identity : ('a, 'a) t