Import Debian changes 20180207-1
[hcoop/debian/mlton.git] / regression / mlton.overload.sml
CommitLineData
7f918cf1
CE
1(* Checks overload declarations. *)
2
3fun f (x: int) = x
4fun g (x: word) = x
5
6_overload f: 'a -> 'a as f and g
7
8val _ = f 1
9val _ = f 0w1