Custom Query (361 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (52 - 54 of 361)

Ticket Resolution Summary Owner Reporter
#368 needmoreinfo coq, already defined values David Aspinall Damien Pous
Description

Hi,

The following code is rejected by Coq, since [x] is already defined in the second line, but proofgeneral "validates" it (it goes through, so that one has to be really careful to notice the warning in the "coq output" buffer - this can be quite errorprone since Coq keeps the old definition).

<< Definition x := 3. Definition x := 5.

Damien

#412 fixed coq parsing broken since Jun 04 20:12:40 (II) David Aspinall coquser
Description

Here is another piece of Coq code that doesn't parse anymore:

Record a : Type := make_a { aa : nat }.
#410 fixed coq parsing broken since Jun 04 20:12:40 David Aspinall coquser
Description

Hi,

the commit http://www4.in.tum.de/~wenzelm/cgi-bin/repos.cgi/ProofGeneral/rev/d3cf65e2d4e4 brakes parsing in Coq. Try

Require Export Coq.Lists.List.
Notation "[ ]" := nil : list_scope.
Notation "[ a ; .. ; b ]" := (a :: .. (b :: []) ..) : list_scope.

Bye,

Hendrik

Note: See TracQuery for help on using queries.