diff -r 660234d959f7 -r bce03c644efb src/HOL/Bali/AxExample.thy --- a/src/HOL/Bali/AxExample.thy Tue Dec 30 21:46:14 2008 +0100 +++ b/src/HOL/Bali/AxExample.thy Tue Dec 30 21:46:48 2008 +0100 @@ -41,7 +41,7 @@ ML {* fun inst1_tac ctxt s t st = - case AList.lookup (op =) (rev (Term.add_varnames (Thm.prop_of st) [])) s of + case AList.lookup (op =) (rev (Term.add_var_names (Thm.prop_of st) [])) s of SOME i => instantiate_tac ctxt [((s, i), t)] st | NONE => Seq.empty; val ax_tac =