view tests/initSimple.ur @ 1804:62c18ecbfec4

Tweaking treatment of function application: substitute or introduce a 'let'?
author Adam Chlipala <adam@chlipala.net>
date Sun, 05 Aug 2012 14:55:28 -0400
parents 8a169fc0838b
children
line wrap: on
line source
task initialize = fn () => debug "I ran!"

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