From afaf7f27220ccc94b3bb29fb14994040e97b1f4e Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Fri, 19 Aug 2011 08:59:01 -0400 Subject: Add timestamps to 'app.js' filenames, to prevent inappropriate caching by browsers --- tests/appjs.ur | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/appjs.ur (limited to 'tests/appjs.ur') diff --git a/tests/appjs.ur b/tests/appjs.ur new file mode 100644 index 00000000..01e9f345 --- /dev/null +++ b/tests/appjs.ur @@ -0,0 +1,5 @@ +fun id n = if n = 0 then 0 else 1 + id (n - 1) + +fun main () : transaction page = return +