summaryrefslogtreecommitdiff
path: root/contrib/xml/proofTree2Xml.ml4
diff options
context:
space:
mode:
authorGravatar Stephane Glondu <steph@glondu.net>2008-08-08 13:18:48 +0200
committerGravatar Stephane Glondu <steph@glondu.net>2008-08-08 13:18:48 +0200
commitbd4bb27ee4f66b08434d9a199f00b04ccec34722 (patch)
treeee389e744201c32fc4e74eadc34e0227c4008b5d /contrib/xml/proofTree2Xml.ml4
parentdb4ea6ddcbeb0dea41267dc87a30b76a01e402af (diff)
parent870075f34dd9fa5792bfbf413afd3b96f17e76a0 (diff)
Merge commit 'upstream/8.2.beta4+dfsg'
Diffstat (limited to 'contrib/xml/proofTree2Xml.ml4')
-rw-r--r--contrib/xml/proofTree2Xml.ml43
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/xml/proofTree2Xml.ml4 b/contrib/xml/proofTree2Xml.ml4
index 9afd07a6..05be01bc 100644
--- a/contrib/xml/proofTree2Xml.ml4
+++ b/contrib/xml/proofTree2Xml.ml4
@@ -82,8 +82,7 @@ let first_word s =
let string_of_prim_rule x = match x with
| Proof_type.Intro _-> "Intro"
- | Proof_type.Intro_replacing _-> "Intro_replacing"
- | Proof_type.Cut (_,_,_) -> "Cut"
+ | Proof_type.Cut _ -> "Cut"
| Proof_type.FixRule (_,_,_) -> "FixRule"
| Proof_type.Cofix (_,_)-> "Cofix"
| Proof_type.Refine _ -> "Refine"