diff options
Diffstat (limited to 'contrib/interface')
| -rw-r--r-- | contrib/interface/xlate.ml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/interface/xlate.ml b/contrib/interface/xlate.ml index afa9226e11..a245a4b635 100644 --- a/contrib/interface/xlate.ml +++ b/contrib/interface/xlate.ml @@ -1471,6 +1471,7 @@ let xlate_vernac = | PrintTables -> xlate_error "TODO: Print Tables" | PrintModuleType _ -> xlate_error "TODO: Print Module Type" | PrintModule _ -> xlate_error "TODO: Print Module" + | PrintScopes -> xlate_error "TODO: Print Scopes" | PrintScope _ -> xlate_error "TODO: Print Scope") | VernacBeginSection id -> CT_coerce_SECTION_BEGIN_to_COMMAND (CT_section (xlate_ident id)) @@ -1618,6 +1619,8 @@ let xlate_vernac = | VernacDelimiters _ -> xlate_error "TODO: Delimiters" + | VernacBindScope _ -> xlate_error "TODO: Bind Scope" + | VernacNotation _ -> xlate_error "TODO: Notation" | VernacSyntaxExtension _ -> xlate_error "Syntax Extension not implemented" |
