view tests/timeRoundTrip.ur @ 2169:3acaaff30c85

Add LIKE to the manual
author Adam Chlipala <adam@chlipala.net>
date Sat, 15 Aug 2015 08:10:20 -0400
parents d77b0665ba7c
children
line wrap: on
line source
fun main () : transaction page =
    t <- now;
    return <xml>{[readError (show t) : time]}</xml>