]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/contribs/procedural/Coq/Num/EqParams.mma
transcript: we improved the parser/lexer to read the scripts of the standard
[helm.git] / helm / software / matita / contribs / procedural / Coq / Num / EqParams.mma
1 (**************************************************************************)
2 (*       ___                                                              *)
3 (*      ||M||                                                             *)
4 (*      ||A||       A project by Andrea Asperti                           *)
5 (*      ||T||                                                             *)
6 (*      ||I||       Developers:                                           *)
7 (*      ||T||         The HELM team.                                      *)
8 (*      ||A||         http://helm.cs.unibo.it                             *)
9 (*      \   /                                                             *)
10 (*       \ /        This file is distributed under the terms of the       *)
11 (*        v         GNU General Public License Version 2                  *)
12 (*                                                                        *)
13 (**************************************************************************)
14
15 (* This file was automatically generated: do not edit *********************)
16
17 include "Coq.ma".
18
19 (*#**********************************************************************)
20
21 (*  v      *   The Coq Proof Assistant  /  The Coq Development Team    *)
22
23 (* <O___,, *        INRIA-Rocquencourt  &  LRI-CNRS-Orsay              *)
24
25 (*   \VV/  *************************************************************)
26
27 (*    //   *      This file is distributed under the terms of the      *)
28
29 (*         *       GNU Lesser General Public License Version 2.1       *)
30
31 (*#**********************************************************************)
32
33 (*i $Id: EqParams.v,v 1.4 2003/03/21 17:37:16 barras Exp $ i*)
34
35 (*#* Equality is introduced as an independant parameter, it could be 
36     instantiated with Leibniz equality *)
37
38 include "Num/Params.ma".
39
40 inline procedural "cic:/Coq/Num/EqParams/eqN.con".
41
42 (*i Infix 6 "=" eqN V8only 50. i*)
43
44 (* NOTATION
45 Grammar constr constr1 :=
46 eq_impl [ constr0($c) "=" constr0($c2) ] -> [ (eqN $c $c2) ].
47 *)
48
49 (* NOTATION
50 Syntax constr
51   level 1:
52     equal [ (eqN $t1 $t2) ] -> [ [<hov 0> $t1:E [0 1]  "=" $t2:E ] ]
53 .
54 *)
55