view tests/initSimple.ur @ 2020:924e2ef31f5a

Remove special treatment of <button>
author Adam Chlipala <adam@chlipala.net>
date Mon, 09 Jun 2014 18:26:03 -0400
parents 8a169fc0838b
children
line wrap: on
line source
task initialize = fn () => debug "I ran!"

fun main () = return <xml>Hi!</xml>