Skip to Content.
Sympa Menu

coq-club - [Coq-Club] bullet behavior

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] bullet behavior


Chronological Thread 
  • From: <ncyms8r3x2 AT snkmail.com>
  • To: coq-club AT inria.fr
  • Subject: [Coq-Club] bullet behavior
  • Date: Thu, 11 Dec 2014 07:45:24 +0100

I tried using importing Coquelicot library and I noticed the bullets (-, +,
and *) started behaving differently. For example, coq would suddenly accept
this:
Theorem simple: True /\ True.
Proof.
+ +
split.
- exact I.
- exact I.
Qed.

It turns out that Coquelicot includes ssreflect, and ssreflect calls 'Set
Bullet Behavior "None".'

I searched the reference manual and mailing list archives, but I didn't find
any references to this option. So FYI, you can restore the default behavior
with:
Set Bullet Behavior "Strict Subproofs".


  • [Coq-Club] bullet behavior, ncyms8r3x2, 12/11/2014

Archive powered by MHonArc 2.6.18.

Top of Page