Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] pattern matching surprise

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] pattern matching surprise


Chronological Thread 
  • From: Jason Gross <jasongross9 AT gmail.com>
  • To: coq-club <coq-club AT inria.fr>, Vladimir Voevodsky <vladimir AT ias.edu>
  • Subject: Re: [Coq-Club] pattern matching surprise
  • Date: Sun, 3 Aug 2014 19:08:28 +0100


On Sun, Aug 3, 2014 at 1:55 PM, Vladimir Voevodsky <vladimir AT ias.edu> wrote:
PS ... and if I write this:

Definition nonsense ( x : un ) := match x with y + 2 => 0 end .

I get this:

> Toplevel input, characters 20-83:
> Anomaly: Uncaught exception Not_found(_). Please report.

That is a bug which you should report on the bug tracker.  (If you don't have an account, I could report it for you, if you want.)



Archive powered by MHonArc 2.6.18.

Top of Page