From 64adfd7ff1361a1886d689f03b5e30780df9e691 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 4 Dec 2011 14:40:12 -0500 Subject: timeFormat .urp directive --- tests/showTime.ur | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/showTime.ur (limited to 'tests/showTime.ur') diff --git a/tests/showTime.ur b/tests/showTime.ur new file mode 100644 index 00000000..e439d6a6 --- /dev/null +++ b/tests/showTime.ur @@ -0,0 +1,8 @@ +fun main () : transaction page = + tm <- now; + s <- source tm; + return + Server: {[tm]}
+ Client: +