annotate tests/pathmap.ur @ 795:b87e71e45536

Testing custom paths
author Adam Chlipala <adamc@hcoop.net>
date Thu, 14 May 2009 08:15:36 -0400
parents dc3fc3f3b834
children 6271f0e3c272
rev   line source
adamc@794 1 val x = List.rev (List.Cons (1, List.Cons (0, List.Nil)))
adamc@794 2 val y = List.mp (plus 2) x
adamc@794 3
adamc@794 4 fun main () : transaction page = return <xml><body>
adamc@794 5 {[x]}<br/>
adamc@795 6 {[y]}<br/>
adamc@795 7 {[Aux.hello]}
adamc@794 8 </body></xml>