diff options
| author | Maxime Dénès | 2017-06-23 17:14:24 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-06-23 17:14:24 +0200 |
| commit | f258dd1954f4ab738a987798630cfaaddfb9de37 (patch) | |
| tree | 8f5d1f02f307156075c2f952aab1de3daf489cd7 /API | |
| parent | 7cc335bd4cc568bdf892da60ebd16e6acfe019cd (diff) | |
| parent | 94e0cbc26718fe3fecc58f6f8673f5f8abb0ce31 (diff) | |
Merge PR#821: [vernac] Remove stale bool parameter from `VernacStartTheoremProof`
Diffstat (limited to 'API')
| -rw-r--r-- | API/API.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/API/API.mli b/API/API.mli index 1e078bb77e..9f13f51fce 100644 --- a/API/API.mli +++ b/API/API.mli @@ -2407,7 +2407,7 @@ sig | VernacNotationAddFormat of string * string * string | VernacDefinition of (Decl_kinds.locality option * Decl_kinds.definition_object_kind) * plident * definition_expr - | VernacStartTheoremProof of Decl_kinds.theorem_kind * proof_expr list * bool + | VernacStartTheoremProof of Decl_kinds.theorem_kind * proof_expr list | VernacEndProof of proof_end | VernacExactProof of Constrexpr.constr_expr | VernacAssumption of (Decl_kinds.locality option * Decl_kinds.assumption_object_kind) * |
