From 226fb11ff2da90b7b68dad1b29b9688f880a06a3 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 ++++++++ tests/showTime.urp | 4 ++++ 2 files changed, 12 insertions(+) create mode 100644 tests/showTime.ur create mode 100644 tests/showTime.urp (limited to 'tests') 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: +