Mercurial > urweb
view tests/ctextarea.ur @ 1701:6a4461757829
Remove weird special case for FFI functions whose first arguments have type [unit]
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Wed, 14 Mar 2012 09:06:23 -0400 |
parents | 118ab9641a64 |
children |
line wrap: on
line source
fun main () = s <- source "DEFAULT"; return <xml><body> <ctextarea rows={2} source={s}/><br/> <br/> <dyn signal={s <- signal s; return (cdata s)}/> </body></xml>