annotate tests/timeRoundTrip.ur @ 2288:98f96a976ede

Finish locking, but it's not yet tested rigorously.
author Ziv Scully <ziv@mit.edu>
date Fri, 13 Nov 2015 11:03:09 -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>