Module MakeSimpleNumberedNode.Relation

type ('a, 'b) t = ('a, 'b) Relation.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