view tests/timeRoundTrip.ur @ 2225:6262dabc08d6

Simplify example.
author Ziv Scully <ziv@mit.edu>
date Fri, 27 Mar 2015 11:19:15 -0400
parents d77b0665ba7c
children
line wrap: on
line source
fun main () : transaction page =
    t <- now;
    return <xml>{[readError (show t) : time]}</xml>