Custom Query (361 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (19 - 21 of 361)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Ticket Resolution Summary Owner Reporter
#479 fixed [intros ??.] messes up following indentation David Aspinall coquser
Description
Goal nat -> nat -> nat.
intros ??.
       idatc.

Should not be indented this way. (Adding a space between the question marks does not fix things.)

#478 fixed [Proof <body term>.] messes up following indentation David Aspinall coquser
Description

The following is some code indented with TAB:

Lemma foo : nat.                                                                                                                            
Proof 1.                                                                                                                                    
  Section Foo.                                                                                                                              
  End Foo.                                                                                                                                  
                                                                                                                                            
  Lemma bar : Type.                                                                                                                         
  Proof forall x, x.                                                                                                                        
    Check bar.
#477 fixed [Proposition] is not highlighted like [Lemma] David Aspinall coquser
Description

In my version of emacs + PG, Instance, Lemma, etc all get highlighted blue, but Proposition is the default text color.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Note: See TracQuery for help on using queries.