Import Upstream version 20180207
[hcoop/debian/mlton.git] / regression / eq.sml
CommitLineData
7f918cf1
CE
1fun f x = x + 1
2fun g x = x + 2
3
4val _ =
5 if MLton.eq (f, g)
6 then print "yes\n"
7 else print "no\n"