From f8e2c78e8bfd8679a77e3cf676bde58c4efffd45 Mon Sep 17 00:00:00 2001 From: herbelin Date: Mon, 29 Jun 2009 19:15:14 +0000 Subject: Miscellaneous practical commits: - theories: made a hint database with the constructor of eq_true - coqide: binding F5 to About dans coqide + made coqide aware of string interpretation inside comments - lexer: added warning when ending comments inside a strings itself in a comment - xlate: completed patten-matching on IntroForthComing git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12217 85f007b7-540e-0410-9357-904b9bb8a0f7 --- plugins/interface/xlate.ml | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins') 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 -- cgit v1.2.3