]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/contribs/procedural/Coq/Sorting/Permutation.mma
matitacLib: bugfix in .moo generation
[helm.git] / helm / software / matita / contribs / procedural / Coq / Sorting / Permutation.mma
index 2104d1cb7f055aa16676b9bfa23940f77f94852a..9699cc6e1f52c54a8e502fd046713c6f80dba8d3 100644 (file)
 
 include "Coq.ma".
 
-(*#**********************************************************************)
+(*#***********************************************************************)
 
-(*  v      *   The Coq Proof Assistant  /  The Coq Development Team    *)
+(*  v      *   The Coq Proof Assistant  /  The Coq Development Team     *)
 
-(* <O___,, *        INRIA-Rocquencourt  &  LRI-CNRS-Orsay              *)
+(* <O___,, * CNRS-Ecole Polytechnique-INRIA Futurs-Universite Paris Sud *)
 
-(*   \VV/  *************************************************************)
+(*   \VV/  **************************************************************)
 
-(*    //   *      This file is distributed under the terms of the      *)
+(*    //   *      This file is distributed under the terms of the       *)
 
-(*         *       GNU Lesser General Public License Version 2.1       *)
+(*         *       GNU Lesser General Public License Version 2.1        *)
 
-(*#**********************************************************************)
+(*#***********************************************************************)
 
-(*i $Id: Permutation.v,v 1.4 2003/11/29 17:28:44 herbelin Exp $ i*)
+(*i $Id: Permutation.v,v 1.4.2.1 2004/07/16 19:31:19 herbelin Exp $ i*)
 
 include "Relations/Relations.ma".
 
@@ -58,6 +58,8 @@ cic:/Coq/Sorting/Permutation/defs/leA.var
 cic:/Coq/Sorting/Permutation/defs/eqA.var
 *)
 
+(* UNAVAILABLE OBJECT: cic:/Coq/Sorting/Permutation/defs/gtA.con **********)
+
 inline procedural "cic:/Coq/Sorting/Permutation/defs/gtA.con" "defs__" as definition.
 
 (* UNEXPORTED
@@ -88,8 +90,12 @@ Hint Resolve leA_refl: default.
 Hint Immediate eqA_dec leA_dec leA_antisym: default.
 *)
 
+(* UNAVAILABLE OBJECT: cic:/Coq/Sorting/Permutation/defs/emptyBag.con *****)
+
 inline procedural "cic:/Coq/Sorting/Permutation/defs/emptyBag.con" "defs__" as definition.
 
+(* UNAVAILABLE OBJECT: cic:/Coq/Sorting/Permutation/defs/singletonBag.con *)
+
 inline procedural "cic:/Coq/Sorting/Permutation/defs/singletonBag.con" "defs__" as definition.
 
 (*#* contents of a list *)