Logtk.Congruence
module type S = Congruence_intf.S
module type TERM = sig ... end
module Make : functor (T : TERM) -> S with type term = T.t
module FO : S with type term = Term.t