annotate tests/eq.ur @ 387:7abb28e9d51f

Binops; equality tested on int; lame 404 substitute
author Adam Chlipala <adamc@hcoop.net>
date Tue, 21 Oct 2008 09:50:19 -0400
parents 32f9212583b2
children 2e93d18daf44
rev   line source
adamc@387 1 fun main () : transaction page = return <xml><body>
adamc@387 2 {txt _ (1 = 1)}, {txt _ (1 = 2)}<br/>
adamc@387 3 {txt _ (1 <> 1)}, {txt _ (1 <> 2)}
adamc@387 4 </body></xml>