Import Upstream version 20180207
[hcoop/debian/mlton.git] / regression / fail / modules.3.sml
1 functor F (type t
2 datatype u = U of t
3 eqtype v
4 sharing type t = v) =
5 struct
6 fun f (u: u) = u = u
7 end