X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FgTopLevel%2FsequentPp.ml;h=d0430162e848951e2a692e9dd7008f52c41c270c;hb=34815093cd80a179ff41b238ab7f394fbea6c2e0;hp=c3ab41f8812ce0e94ad722fa9f235943f9a1a861;hpb=7e60b896247a228beea1b2a547c1f606e1834921;p=helm.git diff --git a/helm/gTopLevel/sequentPp.ml b/helm/gTopLevel/sequentPp.ml index c3ab41f88..d0430162e 100644 --- a/helm/gTopLevel/sequentPp.ml +++ b/helm/gTopLevel/sequentPp.ml @@ -1,3 +1,28 @@ +(* Copyright (C) 2000-2002, 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/. + *) + module TextualPp = struct (* It also returns the pretty-printing context! *) @@ -67,7 +92,7 @@ module XmlPp = "id",hid] (Cic2Xml.print_term (UriManager.uri_of_string "cic:/dummy.con") - ids_to_inner_sorts acic) + ~ids_to_inner_sorts acic) >], (entry::context) | None -> [< s ; X.xml_empty "Hidden" [] >], (None::context) @@ -79,7 +104,7 @@ module XmlPp = [< final_s ; Xml.xml_nempty "Goal" [] (Cic2Xml.print_term (UriManager.uri_of_string "cic:/dummy.con") - ids_to_inner_sorts acic) + ~ids_to_inner_sorts acic) >], ids_to_terms,ids_to_father_ids,ids_to_hypotheses ;;