Module Binsec.Lmap

module type Value = sig ... end
module type S = sig ... end
module Make (E : Value) : S with type v := E.t