From 5a93c2eede9d55cac569c46784543abd3732cb10 Mon Sep 17 00:00:00 2001 From: herbelin Date: Thu, 12 Feb 2004 22:46:22 +0000 Subject: Typo git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5331 85f007b7-540e-0410-9357-904b9bb8a0f7 --- tactics/tacinterp.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tactics/tacinterp.ml b/tactics/tacinterp.ml index 809e5a2300..8a1bbd3cb0 100644 --- a/tactics/tacinterp.ml +++ b/tactics/tacinterp.ml @@ -1742,10 +1742,10 @@ and interp_atomic ist gl = function | ConstrMayEvalArgType -> VConstr (interp_constr_may_eval ist gl (out_gen globwit_constr_may_eval x)) - | StringArgType | BoolArgType - | QuantHypArgType | RedExprArgType | TacticArgType -> val_interp ist gl (out_gen globwit_tactic x) + | StringArgType | BoolArgType + | QuantHypArgType | RedExprArgType | CastedOpenConstrArgType | ConstrWithBindingsArgType | BindingsArgType | ExtraArgType _ | List0ArgType _ | List1ArgType _ | OptArgType _ | PairArgType _ -> error "This generic type is not supported in alias" -- cgit v1.2.3