Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Automatic Indentation

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Automatic Indentation


Chronological Thread 
  • From: Stefan Monnier <monnier AT iro.umontreal.ca>
  • To: Pierre Courtieu <pierre.courtieu AT gmail.com>
  • Cc: Coq Club <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] Automatic Indentation
  • Date: Mon, 23 Jun 2014 10:32:57 -0400

> (add-hook
> 'proof-mode-hook
> '(lambda ()

Please don't quote your lambdas. That turns variables into symbols, and
we Coq users should know that variable bindings are much more subtle
beasts than "immutable strings ;-)


Stefan



Archive powered by MHonArc 2.6.18.

Top of Page