From 627affed266840b4888e7896c2e7fc286a2aab6f Mon Sep 17 00:00:00 2001 From: glondu Date: Fri, 6 Jul 2007 14:00:59 +0000 Subject: New intro pattern "@A", which generates a fresh name based on A. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9950 85f007b7-540e-0410-9357-904b9bb8a0f7 --- contrib/interface/xlate.ml | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib/interface') diff --git a/contrib/interface/xlate.ml b/contrib/interface/xlate.ml index fe1c55003e..202e58472e 100644 --- a/contrib/interface/xlate.ml +++ b/contrib/interface/xlate.ml @@ -632,6 +632,7 @@ let rec xlate_intro_pattern = | IntroWildcard -> CT_coerce_ID_to_INTRO_PATT(CT_ident "_" ) | IntroIdentifier c -> CT_coerce_ID_to_INTRO_PATT(xlate_ident c) | IntroAnonymous -> xlate_error "TODO: IntroAnonymous" + | IntroFresh _ -> xlate_error "TODO: IntroFresh" let compute_INV_TYPE = function FullInversionClear -> CT_inv_clear -- cgit v1.2.3