From c66b728b1b4e4ca919affac82d9bdbebc98a2a42 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Thu, 30 Oct 2008 14:36:48 -0400 Subject: time type --- tests/time.ur | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/time.ur (limited to 'tests/time.ur') 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 {[now]} -- cgit v1.2.3