view tests/rec.ur @ 1235:a7b773f1d053

Command-line use of Iflow
author Adam Chlipala <adamc@hcoop.net>
date Tue, 13 Apr 2010 11:34:59 -0400
parents a07f476d9b61
children
line wrap: on
line source

fun main () : transaction page = return <html><body>
        <a link={main ()}>Ride again!</a>
</body></html>