summaryrefslogtreecommitdiff
path: root/tests/topLevelPattern.ur
blob: e272c30c58ac6021fed8ff8aba6ff2f43b5b8011 (plain)
1
2
3
4
5
val (x, y) = (1, 2)

fun main () : transaction page = return <xml>
  {[x]} + {[y]} = {[x + y]}
</xml>