PG icon indicating copy to clipboard operation
PG copied to clipboard

Problem with some notation

Open fblanqui opened this issue 3 months ago • 0 comments

Hi. PG gets frozen with the following file when we reach the line 3:

Axiom Ninterval: nat -> nat -> Prop.
Notation "[ n  '....'  m ]" := (Ninterval n m).
Notation "x 'BETWEEN' n 'AND' m " := ([n .... m] x) (at level 1).
Axiom something_else : Prop.

fblanqui avatar Dec 10 '25 13:12 fblanqui