src/HOL/Import/xmlconv.ML
changeset 21646 c07b5b0e8492
parent 19089 2e487fe9593a
child 21858 05f57309170c
--- a/src/HOL/Import/xmlconv.ML	Tue Dec 05 00:29:19 2006 +0100
+++ b/src/HOL/Import/xmlconv.ML	Tue Dec 05 00:30:38 2006 +0100
@@ -143,7 +143,7 @@
   | xml_of_proof (prf %% prf') =
       XML.Elem ("AppP", [], [xml_of_proof prf, xml_of_proof prf'])
   | xml_of_proof (Hyp t) = XML.Elem ("Hyp", [], [xml_of_term t])
-  | xml_of_proof (PThm ((s, _), _, t, optTs)) =
+  | xml_of_proof (PThm (s, _, t, optTs)) =
       XML.Elem ("PThm", [("name", s)], xml_of_term t :: xml_of_opttypes optTs)
   | xml_of_proof (PAxm (s, t, optTs)) =
       XML.Elem ("PAxm", [("name", s)], xml_of_term t :: xml_of_opttypes optTs)