]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/contribs/procedural/Coq/Sorting/Sorting.mma
transcript: we improved the parser/lexer to read the scripts of the standard
[helm.git] / helm / software / matita / contribs / procedural / Coq / Sorting / Sorting.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: Sorting.v,v 1.4 2003/11/29 17:28:44 herbelin Exp $ i*)
34
35 include "Lists/List.ma".
36
37 include "Sets/Multiset.ma".
38
39 include "Sorting/Permutation.ma".
40
41 include "Relations/Relations.ma".
42
43 (* UNEXPORTED
44 Set Implicit Arguments.
45 *)
46
47 (* UNEXPORTED
48 Section defs
49 *)
50
51 (* UNEXPORTED
52 cic:/Coq/Sorting/Sorting/defs/A.var
53 *)
54
55 (* UNEXPORTED
56 cic:/Coq/Sorting/Sorting/defs/leA.var
57 *)
58
59 (* UNEXPORTED
60 cic:/Coq/Sorting/Sorting/defs/eqA.var
61 *)
62
63 inline procedural "cic:/Coq/Sorting/Sorting/defs/gtA.con" "defs__" as definition.
64
65 (* UNEXPORTED
66 cic:/Coq/Sorting/Sorting/defs/leA_dec.var
67 *)
68
69 (* UNEXPORTED
70 cic:/Coq/Sorting/Sorting/defs/eqA_dec.var
71 *)
72
73 (* UNEXPORTED
74 cic:/Coq/Sorting/Sorting/defs/leA_refl.var
75 *)
76
77 (* UNEXPORTED
78 cic:/Coq/Sorting/Sorting/defs/leA_trans.var
79 *)
80
81 (* UNEXPORTED
82 cic:/Coq/Sorting/Sorting/defs/leA_antisym.var
83 *)
84
85 (* UNEXPORTED
86 Hint Resolve leA_refl.
87 *)
88
89 (* UNEXPORTED
90 Hint Immediate eqA_dec leA_dec leA_antisym.
91 *)
92
93 inline procedural "cic:/Coq/Sorting/Sorting/defs/emptyBag.con" "defs__" as definition.
94
95 inline procedural "cic:/Coq/Sorting/Sorting/defs/singletonBag.con" "defs__" as definition.
96
97 (*#* [lelistA] *)
98
99 inline procedural "cic:/Coq/Sorting/Sorting/lelistA.ind".
100
101 (* UNEXPORTED
102 Hint Constructors lelistA.
103 *)
104
105 inline procedural "cic:/Coq/Sorting/Sorting/lelistA_inv.con" as lemma.
106
107 (*#* definition for a list to be sorted *)
108
109 inline procedural "cic:/Coq/Sorting/Sorting/sort.ind".
110
111 (* UNEXPORTED
112 Hint Constructors sort.
113 *)
114
115 inline procedural "cic:/Coq/Sorting/Sorting/sort_inv.con" as lemma.
116
117 inline procedural "cic:/Coq/Sorting/Sorting/sort_rec.con" as lemma.
118
119 (*#* merging two sorted lists *)
120
121 inline procedural "cic:/Coq/Sorting/Sorting/merge_lem.ind".
122
123 inline procedural "cic:/Coq/Sorting/Sorting/merge.con" as lemma.
124
125 (* UNEXPORTED
126 End defs
127 *)
128
129 (* UNEXPORTED
130 Unset Implicit Arguments.
131 *)
132
133 (* UNEXPORTED
134 Hint Constructors sort: datatypes v62.
135 *)
136
137 (* UNEXPORTED
138 Hint Constructors lelistA: datatypes v62.
139 *)
140