From 1b394551c02396df4af0769189a178cb55bf3a9a Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Fri, 21 Oct 2011 08:51:30 -0400 Subject: Catch UnboundNamed exceptions that arise from missing signature items --- tests/ubn.urs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/ubn.urs (limited to 'tests/ubn.urs') diff --git a/tests/ubn.urs b/tests/ubn.urs new file mode 100644 index 00000000..5ae8bfc7 --- /dev/null +++ b/tests/ubn.urs @@ -0,0 +1,3 @@ +val main : unit -> transaction page +con a = [] +con e = a -- cgit v1.2.3