From 8a6104fd0a7439652e2a6f35aca5c83d59070c5b Mon Sep 17 00:00:00 2001 From: aspiwack Date: Wed, 18 Apr 2012 14:47:36 +0000 Subject: Better error message in tactic notations. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15203 85f007b7-540e-0410-9357-904b9bb8a0f7 --- tactics/tacinterp.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tactics/tacinterp.ml') diff --git a/tactics/tacinterp.ml b/tactics/tacinterp.ml index b55a9f01f..b03923bcc 100644 --- a/tactics/tacinterp.ml +++ b/tactics/tacinterp.ml @@ -2466,7 +2466,7 @@ and interp_atomic ist gl tac = | ExtraArgType _ | BindingsArgType | OptArgType _ | PairArgType _ | List0ArgType _ | List1ArgType _ - -> error "This generic type is not supported in alias." + -> error "This argument type is not supported in tactic notations." in let lfun = (List.map (fun (x,c) -> (x,f c)) l)@ist.lfun in -- cgit v1.2.3