annotate tests/img.ur @ 837:ccf22c2c77b2

Tweak -- precedence; use right env for final exhaustiveness errors
author Adam Chlipala <adamc@hcoop.net>
date Tue, 02 Jun 2009 15:43:18 -0400
parents e28637743279
children
rev   line source
adamc@717 1 fun main () : transaction page = return <xml><body>
adamc@717 2 <img src="http://www.google.com/intl/en_ALL/images/logo.gif"/>
adamc@717 3 </body></xml>