Import Upstream version 20180207
[hcoop/debian/mlton.git] / regression / fail / modules.19.sml
CommitLineData
7f918cf1
CE
1functor F (type t
2 type u) =
3 struct
4 val id: t -> u = fn x => x
5 end