Skip to Content.
Sympa Menu

coq-club - [Coq-Club] (no subject)

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] (no subject)


chronological Thread 

I'm new to Coq. Here's what I need to do:

Definition A:B->B:=
    [b:B] Cases b of
         (foo b') => ......
         _        => _
    end.

However, I'm getting the following error at the last but one line:
Error: The reference _ was not found in the current environment.

I assume, the construct _ => _, which I noticed in a similar definition in a 
paper based on Coq V6.10, is no longer supported. What is the way out?

By the way, if the above information is not enough for a useful 
comment/solution, please let me know that too.




Archive powered by MhonArc 2.6.16.

Top of Page