view tests/timeRoundTrip.ur @ 2229:54884b28b6c6

Merge.
author Ziv Scully <ziv@mit.edu>
date Tue, 07 Apr 2015 17:26:53 -0400
parents d77b0665ba7c
children
line wrap: on
line source
fun main () : transaction page =
    t <- now;
    return <xml>{[readError (show t) : time]}</xml>