Mercurial > urweb
view tests/rec2.ur @ 987:6dd122f10c0c
Better location calculation for record unification error messages; infer kind arguments to module-projected variables
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Mon, 05 Oct 2009 16:36:38 -0400 |
parents | 71bafe66dbe1 |
children |
line wrap: on
line source
val rec main = fn () => <html><body> <a link={aux ()}>See another page</a> </body></html> and aux = fn () => <html><body> <a link={main ()}>Back to square one</a> </body></html>