annotate tests/pathmap.ur @ 794:dc3fc3f3b834

Improving/reordering Unpoly and Especialize; pathmaps
author Adam Chlipala <adamc@hcoop.net>
date Thu, 14 May 2009 08:13:54 -0400
parents
children b87e71e45536
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@794 6 {[y]}
adamc@794 7 </body></xml>