Module AltErgoLib.Matching

module type S = sig ... end
module type Arg = sig ... end
module Make (X : Arg) : S with type theory = X.t