summaryrefslogtreecommitdiff
path: root/tests/html_fn.lac
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-07-10 09:10:56 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-07-10 09:10:56 -0400
commit9c41f733b4ea5ca4bd976b15adc382edddb6d35b (patch)
tree9ad71925a62dd5092c38a399a44a2e6874edba94 /tests/html_fn.lac
parentb1ff8b5ed266a22730528784c3ca116ec0e8ca4d (diff)
Fill in more types during closure conversion
Diffstat (limited to 'tests/html_fn.lac')
-rw-r--r--tests/html_fn.lac9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/html_fn.lac b/tests/html_fn.lac
new file mode 100644
index 00000000..9b81b73d
--- /dev/null
+++ b/tests/html_fn.lac
@@ -0,0 +1,9 @@
+val main = fn () => <html>
+ <head>
+ <title>Hello World!</title>
+ </head>
+
+ <body>
+ <b>Hello</b> <i>World</i>!
+ </body>
+</html>