X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Finterface%2FcicReduction.ml;h=65e2f71b8ee9746acf17b4ee0602ece59adb61c5;hb=89262281b6e83bd2321150f81f1a0583645eb0c8;hp=6497cd3786dd759ab7954f656e316a56d5dde70f;hpb=c01d2aaea05f7385bee46addd900cd0397756389;p=helm.git diff --git a/helm/interface/cicReduction.ml b/helm/interface/cicReduction.ml index 6497cd378..65e2f71b8 100644 --- a/helm/interface/cicReduction.ml +++ b/helm/interface/cicReduction.ml @@ -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),