view tests/initSimple.ur @ 1474:3d0cc841cafd

Fixes to work nicely with OS X and Clang (thanks to Austin Seipp)
author Adam Chlipala <adam@chlipala.net>
date Fri, 17 Jun 2011 11:52:56 -0400
parents 8a169fc0838b
children
line wrap: on
line source
task initialize = fn () => debug "I ran!"

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