Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] How to hide section context?

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] How to hide section context?


chronological Thread 
  • From: Hugo Herbelin <herbelin AT pauillac.inria.fr>
  • To: chrzaszc AT mimuw.edu.pl (Jacek Chrzaszcz)
  • Cc: coq-club AT pauillac.inria.fr
  • Subject: Re: [Coq-Club] How to hide section context?
  • Date: Fri, 16 Aug 2002 12:08:27 +0200 (MET DST)
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

  Hi Jacek,
 
> Is it possible to ask coq not to display the section context during the
> proof? For example:
> 
> Section A.
> 
>   Local p:(P O).
>     (* big and ugly proof *)
>   Save.
> 
>   Lemma z : (x:nat)(x=O) -> (P O).
> 
> subgoal 1 is:
> 
>   p := (* big and ugly proof *) : (P O)
>   ============================
>    (x:nat)(x=O) -> (P O)
> 
> 
> I do not want to see p (and especially its body) here...

  In this case, you could do "ClearBody p". But if your question is
about hiding the whole section context in one step, nothing exists for
this to my knowledge. Please go ahead.

  Hugo




Archive powered by MhonArc 2.6.16.

Top of Page