From e5c025030f9f6ef17a5456850a15c088ff66fa2b Mon Sep 17 00:00:00 2001 From: Hugo Herbelin Date: Sun, 3 Aug 2014 19:15:27 +0200 Subject: Fixing #3483 (graceful failing with notations to non-constructors in "match"). --- test-suite/bugs/closed/3483.v | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test-suite/bugs/closed/3483.v (limited to 'test-suite') diff --git a/test-suite/bugs/closed/3483.v b/test-suite/bugs/closed/3483.v new file mode 100644 index 0000000000..2cc6618620 --- /dev/null +++ b/test-suite/bugs/closed/3483.v @@ -0,0 +1,5 @@ +(* Check proper failing when using notation of non-constructors in + pattern-bmatching *) + +Fail Definition nonsense ( x : False ) := match x with y + 2 => 0 end. + -- cgit v1.2.3