summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-07-20 10:11:16 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-07-20 10:11:16 -0400
commitd76bf83a5e8eb9a0b4e194f83cfadd8d55c00dfd (patch)
tree8e7af4b896c122b1d91b8abb2024ea8f115f5d0e /tests
parent1500c4fedf82243dfbee5fff8ea392905f0a8c80 (diff)
Form binding parameters threaded through
Diffstat (limited to 'tests')
-rw-r--r--tests/html_fn.lac2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/html_fn.lac b/tests/html_fn.lac
index 9b81b73d..fab70cc3 100644
--- a/tests/html_fn.lac
+++ b/tests/html_fn.lac
@@ -1,4 +1,4 @@
-val main = fn () => <html>
+val main : unit -> page = fn () => <html>
<head>
<title>Hello World!</title>
</head>