comparison tests/html_fn.lac @ 139:adfa2c7a75da

Form binding parameters threaded through
author Adam Chlipala <adamc@hcoop.net>
date Sun, 20 Jul 2008 10:11:16 -0400
parents 813e5a52063d
children
comparison
equal deleted inserted replaced
138:d6d78055f001 139:adfa2c7a75da
1 val main = fn () => <html> 1 val main : unit -> page = fn () => <html>
2 <head> 2 <head>
3 <title>Hello World!</title> 3 <title>Hello World!</title>
4 </head> 4 </head>
5 5
6 <body> 6 <body>