Mercurial > urweb
view tests/letwhere.ur @ 2127:8beeb4f761b5
Fix interpretation of 'file' argument paths
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 08 Mar 2015 10:55:05 -0400 |
parents | afeeabdcce77 |
children |
line wrap: on
line source
fun main () : transaction page = let return <xml>Hi {[alice]} and {[bob]}!</xml> where val alice = "Alice" val bob = "Bob" end