diff options
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/interface/xlate.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/interface/xlate.ml b/plugins/interface/xlate.ml index d1e2b03efc..1f4038cbbf 100644 --- a/plugins/interface/xlate.ml +++ b/plugins/interface/xlate.ml @@ -635,6 +635,7 @@ let rec xlate_intro_pattern (loc,pat) = match pat with | IntroAnonymous -> xlate_error "TODO: IntroAnonymous" | IntroFresh _ -> xlate_error "TODO: IntroFresh" | IntroRewrite _ -> xlate_error "TODO: IntroRewrite" + | IntroForthcoming _ -> xlate_error "TODO: IntroForthcoming" let compute_INV_TYPE = function FullInversionClear -> CT_inv_clear |
