diff options
| author | Maxime Dénès | 2018-12-21 18:01:17 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2019-01-22 11:11:34 +0100 |
| commit | 4922d0d6e156338485b48ce3fd34c1179a505083 (patch) | |
| tree | 2562bb8e677ff9afb7d51a8a079ce282c2b844da /stm | |
| parent | b6ac490a583c83096d810c25e89d01fb7d25741f (diff) | |
VernacDeclareClass -> VernacExistingClass
Diffstat (limited to 'stm')
| -rw-r--r-- | stm/vernac_classifier.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stm/vernac_classifier.ml b/stm/vernac_classifier.ml index b9cc7e5916..bc5c14c9b1 100644 --- a/stm/vernac_classifier.ml +++ b/stm/vernac_classifier.ml @@ -160,7 +160,7 @@ let classify_vernac e = | VernacMemOption _ | VernacPrintOption _ | VernacGlobalCheck _ | VernacDeclareReduction _ - | VernacDeclareClass _ | VernacExistingInstance _ + | VernacExistingClass _ | VernacExistingInstance _ | VernacRegister _ | VernacNameSectionHypSet _ | VernacDeclareCustomEntry _ |
