comparison tests/time.ur @ 436:024478c34f4d

time type
author Adam Chlipala <adamc@hcoop.net>
date Thu, 30 Oct 2008 14:36:48 -0400
parents
children 1a4c1b5f4d8f
comparison
equal deleted inserted replaced
435:f7b25375c0cf 436:024478c34f4d
1 val now : time = readError "10/30/08 14:35:42"
2
3 fun main () = return <xml>{[now]}</xml>