From 62e9d88be744f971152166280d522e78f4ddb574 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Thu, 1 Jan 2009 10:08:22 -0500 Subject: Source containing an int --- tests/stypes.ur | 5 +++++ tests/stypes.urp | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 tests/stypes.ur create mode 100644 tests/stypes.urp (limited to 'tests') diff --git a/tests/stypes.ur b/tests/stypes.ur new file mode 100644 index 00000000..6368d5c9 --- /dev/null +++ b/tests/stypes.ur @@ -0,0 +1,5 @@ +fun main () : transaction page = + sInt <- source 0; + return + {[n]}}/> Change
+ diff --git a/tests/stypes.urp b/tests/stypes.urp new file mode 100644 index 00000000..353ea9e6 --- /dev/null +++ b/tests/stypes.urp @@ -0,0 +1,3 @@ +debug + +stypes -- cgit v1.2.3