aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/time.ur
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-10-30 14:36:48 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-10-30 14:36:48 -0400
commitd321a012ed51bf14ce6271198ccb29784efb7bd5 (patch)
tree797f3a4f11f0165ecee54b4870006be56399838d /tests/time.ur
parente0f5b40bb999cf78e9ad479d8004cf00ed7b3059 (diff)
time type
Diffstat (limited to 'tests/time.ur')
-rw-r--r--tests/time.ur3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/time.ur b/tests/time.ur
new file mode 100644
index 00000000..393939e9
--- /dev/null
+++ b/tests/time.ur
@@ -0,0 +1,3 @@
+val now : time = readError "10/30/08 14:35:42"
+
+fun main () = return <xml>{[now]}</xml>