diff options
Diffstat (limited to 'proofs')
| -rw-r--r-- | proofs/logic.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proofs/logic.ml b/proofs/logic.ml index 85c0a02978..cf6df42ce9 100644 --- a/proofs/logic.ml +++ b/proofs/logic.ml @@ -748,7 +748,7 @@ let pr_prim_rule = function | {name=Intro_after;newids=[id]} -> str"intro after " ++ pr_id id - | {name=Intro_replacing;newids=[id]} -> + | {name=Intro_replacing;hypspecs=[id]} -> (str"intro replacing " ++ pr_id id) | {name=Cut b;terms=[t];newids=[id]} -> |
