aboutsummaryrefslogtreecommitdiff
path: root/printing
diff options
context:
space:
mode:
authorMaxime Dénès2017-06-23 17:14:24 +0200
committerMaxime Dénès2017-06-23 17:14:24 +0200
commitf258dd1954f4ab738a987798630cfaaddfb9de37 (patch)
tree8f5d1f02f307156075c2f952aab1de3daf489cd7 /printing
parent7cc335bd4cc568bdf892da60ebd16e6acfe019cd (diff)
parent94e0cbc26718fe3fecc58f6f8673f5f8abb0ce31 (diff)
Merge PR#821: [vernac] Remove stale bool parameter from `VernacStartTheoremProof`
Diffstat (limited to 'printing')
-rw-r--r--printing/ppvernac.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/printing/ppvernac.ml b/printing/ppvernac.ml
index 4a5cfe6301..d0536a1744 100644
--- a/printing/ppvernac.ml
+++ b/printing/ppvernac.ml
@@ -698,7 +698,7 @@ open Decl_kinds
| Some cc -> str" :=" ++ spc() ++ cc))
)
- | VernacStartTheoremProof (ki,l,_) ->
+ | VernacStartTheoremProof (ki,l) ->
return (
hov 1 (pr_statement (pr_thm_token ki) (List.hd l) ++
prlist (pr_statement (spc () ++ keyword "with")) (List.tl l))