Mercurial > urweb
view tests/twoArg.ur @ 1334:a1aa62b472cf
Change Basis.debug to use the protocol's debug function
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 12 Dec 2010 10:35:04 -0500 |
parents | e06bfeb6c2aa |
children |
line wrap: on
line source
fun main n s = return <xml>{[n]}, {[s]}</xml> val shadow = return <xml>You found me!</xml>