Module Types.Environment

module Environment: Map.Make(sig
type t = int 
val compare : 'a -> 'a -> int
end)
Map with id as keys