comparison tests/ord.ur @ 391:fe8f75f7e130

lt, le working for int
author Adam Chlipala <adamc@hcoop.net>
date Tue, 21 Oct 2008 10:56:43 -0400
parents
children a813476230e3
comparison
equal deleted inserted replaced
390:519366a76603 391:fe8f75f7e130
1 fun main () : transaction page = return <xml><body>
2 {[ 1 < 1 ]}, {[ 1 < 2 ]}, {[ 1 <= 1 ]}, {[ 2 <= 1 ]}
3 </body></xml>