comparison 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
comparison
equal deleted inserted replaced
793:3e5d1c6ae30c 794:dc3fc3f3b834
1 val x = List.rev (List.Cons (1, List.Cons (0, List.Nil)))
2 val y = List.mp (plus 2) x
3
4 fun main () : transaction page = return <xml><body>
5 {[x]}<br/>
6 {[y]}
7 </body></xml>