Mercurial > urweb
view tests/ooo.ur @ 1704:21ecf340f05c
Fix defunctorization of modules containing datatype definitions
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Thu, 29 Mar 2012 09:55:04 -0400 |
parents | d1cce194180d |
children |
line wrap: on
line source
fun main () : transaction page = s <- source "Hi"; return <xml><body> <form> <textbox{#A} source={s}/> Change it up! </form> </body></xml>