annotate tests/timeRoundTrip.ur @ 2278:b7615e0ac4b0

Fix bug in and clean up free path code.
author Ziv Scully <ziv@mit.edu>
date Tue, 10 Nov 2015 12:35:00 -0500
parents d77b0665ba7c
children
rev   line source
adam@2072 1 fun main () : transaction page =
adam@2072 2 t <- now;
adam@2072 3 return <xml>{[readError (show t) : time]}</xml>