6

I'd like, in Coqide, to have the proof state not use a certain notation (but still use all others).

Is this possible?

Atsby
  • 2,277
  • 12
  • 14

2 Answers2

2

From what I understand in the documentation, it is not possible. You might be able to play with opening/closing scopes but I'm not sure it will work, since it is stated explicitly that notations will be used for printing whenever possible.

Vinz
  • 5,997
  • 1
  • 31
  • 52
1

Some tricks that might be sufficient are described here: How to disable my custom notation in Coq?

I wanted to add pointer to that answer because this question comes up first on Google.

larsr
  • 5,447
  • 19
  • 38
  • Good try, but those tricks aren't sufficient to do specifically what the question asks. – Atsby Jul 03 '15 at 14:03