]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/contribs/procedural/Coq/Num/Params.mma
transcript: we improved the parser/lexer to read the scripts of the standard
[helm.git] / helm / software / matita / contribs / procedural / Coq / Num / Params.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: Params.v,v 1.2 2002/02/14 14:39:04 filliatr Exp $ i*)
34
35 (*#* 
36   Axiomatisation of a numerical set 
37
38   It will be instantiated by Z and R later on
39   We choose to introduce many operation to allow flexibility in definition 
40   ([S] is primitive in the definition of [nat] while [add] and [one] 
41    are primitive in the definition 
42 *)
43
44 inline procedural "cic:/Coq/Num/Params/N.con".
45
46 inline procedural "cic:/Coq/Num/Params/zero.con".
47
48 inline procedural "cic:/Coq/Num/Params/one.con".
49
50 inline procedural "cic:/Coq/Num/Params/add.con".
51
52 inline procedural "cic:/Coq/Num/Params/S.con".
53
54 (*#* Relations, equality is defined separately *)
55
56 inline procedural "cic:/Coq/Num/Params/lt.con".
57
58 inline procedural "cic:/Coq/Num/Params/le.con".
59
60 inline procedural "cic:/Coq/Num/Params/gt.con".
61
62 inline procedural "cic:/Coq/Num/Params/ge.con".
63