diff options
Diffstat (limited to 'contrib/interface')
| -rw-r--r-- | contrib/interface/xlate.ml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/interface/xlate.ml b/contrib/interface/xlate.ml index d8663f09d3..5060b17a8e 100644 --- a/contrib/interface/xlate.ml +++ b/contrib/interface/xlate.ml @@ -1908,6 +1908,8 @@ let xlate_vernac = coerce_ID_OPT_to_FORMULA_OPT(CT_coerce_NONE_to_ID_OPT(CT_none)))*) | VernacOpenScope sc -> xlate_error "TODO: open scope" + | VernacArgumentsScope _ -> xlate_error "TODO: Arguments Scope" + | VernacDelimiters _ -> xlate_error "TODO: Delimiters" | VernacNotation _ -> xlate_error "TODO: Notation" |
