Functor Container.Check_S0


module Check_S0: 
functor (M : S0) -> Check(sig
type 'a elt = M.elt 
type 'a container = M.container 
end)(M)
Parameters:
M : S0