From 3bc2a410599b65ab4936333b0bd71fce094b5fe2 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Thu, 24 Nov 2011 11:27:51 -0500 Subject: Client-side timef --- tests/timef.ur | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/timef.ur (limited to 'tests/timef.ur') diff --git a/tests/timef.ur b/tests/timef.ur new file mode 100644 index 00000000..1e473482 --- /dev/null +++ b/tests/timef.ur @@ -0,0 +1,12 @@ +fun main () : transaction page = + date <- source ""; + format <- source ""; + return + + + + | Some d => {[timef f d]})}/> + -- cgit v1.2.3