(***********************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) (* N->Prop. (*i Infix 6 "=" eqN V8only 50. i*) Grammar constr constr1 := eq_impl [ constr0($c) "=" constr0($c2) ] -> [ (eqN $c $c2) ]. Syntax constr level 1: equal [ (eqN $t1 $t2) ] -> [ [ $t1:E [0 1] "=" $t2:E ] ] .