From a1c7ace0c228aeac6c8fc9219505d13006d09e48 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Wed, 18 Jul 2012 17:29:13 -0400 Subject: Support fancy expressions in module-level 'val' declarations --- tests/longConst.ur | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/longConst.ur (limited to 'tests/longConst.ur') diff --git a/tests/longConst.ur b/tests/longConst.ur new file mode 100644 index 00000000..d81e2ad9 --- /dev/null +++ b/tests/longConst.ur @@ -0,0 +1,12 @@ +val ls = 1 :: 2 :: 3 :: 4 :: 5 :: 6 + :: 1 :: 2 :: 3 :: 4 :: 5 :: 6 + :: 1 :: 2 :: 3 :: 4 :: 5 :: 6 + :: 1 :: 2 :: 3 :: 4 :: 5 :: 6 + :: 1 :: 2 :: 3 :: 4 :: 5 :: 6 + :: 1 :: 2 :: 3 :: 4 :: 5 :: 6 + :: [] + +fun main () : transaction page = return + {List.mapX txt ls}
+ {List.mapX txt ls} +
-- cgit v1.2.3