From 1f893091967ed6a9bd8469a62ddf4017e87d563d Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 7 Sep 2008 12:15:46 -0400 Subject: Error-parsing ints --- tests/fromStringErr.ur | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/fromStringErr.ur (limited to 'tests/fromStringErr.ur') diff --git a/tests/fromStringErr.ur b/tests/fromStringErr.ur new file mode 100644 index 00000000..07899d02 --- /dev/null +++ b/tests/fromStringErr.ur @@ -0,0 +1,3 @@ +fun main () : transaction page = return + 3 = {cdata (show _ (readError _ "3" : int))}
+ -- cgit v1.2.3