]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/interface/cicReduction.ml
Initial revision
[helm.git] / helm / interface / cicReduction.ml
index 6497cd3786dd759ab7954f656e316a56d5dde70f..65e2f71b8ee9746acf17b4ee0602ece59adb61c5 100644 (file)
@@ -1,3 +1,28 @@
+(* Copyright (C) 2000, HELM Team.
+ * 
+ * This file is part of HELM, an Hypertextual, Electronic
+ * Library of Mathematics, developed at the Computer Science
+ * Department, University of Bologna, Italy.
+ * 
+ * HELM is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ * 
+ * HELM is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with HELM; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+ * MA  02111-1307, USA.
+ * 
+ * For details, see the HELM World-Wide-Web page,
+ * http://cs.unibo.it/helm/.
+ *)
+
 exception CicReductionInternalError;;
 exception WrongUriToInductiveDefinition;;
 
@@ -6,7 +31,7 @@ let debug t env s =
  let rec debug_aux t i =
   let module C = Cic in
   let module U = UriManager in
-   CicPp.ppobj (C.Variable ("DEBUG",
+   CicPp.ppobj (C.Variable ("DEBUG", None,
     C.Prod (C.Name "-9", C.Const (U.uri_of_string "cic:/dummy-9",0),
      C.Prod (C.Name "-8", C.Const (U.uri_of_string "cic:/dummy-8",0),
       C.Prod (C.Name "-7", C.Const (U.uri_of_string "cic:/dummy-7",0),