sig
  module type VarUsage =
    sig
      val datatype : string
      val param : Cil_types.varinfo -> Wp.Separation.param
      val separation : unit -> Wp.Separation.clause
    end
  module Make : functor (V : VarUsage) (M : Sigs.Model-> Sigs.Model
end