annotate tests/pow.ur @ 2262:34ad83d9b729

Fix recording bugs to do with nesting and buffer reallocation. Stop MonoFooify printing spurious errors.
author Ziv Scully <ziv@mit.edu>
date Wed, 07 Oct 2015 08:58:08 -0400
parents 373e2c3f03b2
children
rev   line source
adam@1832 1 fun main () : transaction page = return <xml><body>
adam@1832 2 <li>2^4 = {[pow 2 4]}</li>
adam@1832 3 <li>3.4^5.6 = {[pow 3.4 5.6]}</li>
adam@1832 4 </body></xml>