comparison tests/timeRoundTrip.ur @ 2217:98b87d905601

Merge.
author Ziv Scully <ziv@mit.edu>
date Mon, 10 Nov 2014 22:07:51 -0500
parents d77b0665ba7c
children
comparison
equal deleted inserted replaced
2216:70ec9bb337be 2217:98b87d905601
1 fun main () : transaction page =
2 t <- now;
3 return <xml>{[readError (show t) : time]}</xml>