view tests/rec.ur @ 583:1fd4c041634e

Reactive computation with more base types and records
author Adam Chlipala <adamc@hcoop.net>
date Thu, 01 Jan 2009 10:18:20 -0500
parents a07f476d9b61
children
line wrap: on
line source

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