Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] "The parameters do not bind in patterns; they must be replaced by '_'."

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] "The parameters do not bind in patterns; they must be replaced by '_'."


Chronological Thread 
  • From: Beta Ziliani <beta AT mpi-sws.org>
  • To: Coq Club <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] "The parameters do not bind in patterns; they must be replaced by '_'."
  • Date: Mon, 20 Jul 2015 16:53:18 -0300

Thanks!

On Mon, Jul 20, 2015 at 4:46 PM, Jason Gross <jasongross9 AT gmail.com> wrote:
The command you're looking for is [Set Asymmetric Patterns].  Something to do with making argument-passing to constructors more consistent across various places where you can use them, I presume.

-Jason

On Mon, Jul 20, 2015 at 3:23 PM, Beta Ziliani <beta AT mpi-sws.org> wrote:
Hi,

Why in Coq 8.5(*) one should add parameters in the constructors of a pattern match, and why they're forced to be dummies "_"? Is there a command to put these automatically? Couldn't find it in the CHANGES.


Thanks,
Beta

(*) v8.5 (851539eca5016da98253308749131abae3ec7b93)





Archive powered by MHonArc 2.6.18.

Top of Page