author | wenzelm |
Thu, 06 Dec 2001 00:43:03 +0100 | |
changeset 12404 | 968213967c07 |
parent 12403 | 3e3bd3d449b5 |
child 12405 | 9b16f99fd7b9 |
--- a/src/Pure/Isar/obtain.ML Thu Dec 06 00:42:24 2001 +0100 +++ b/src/Pure/Isar/obtain.ML Thu Dec 06 00:43:03 2001 +0100 @@ -82,7 +82,7 @@ val _ = ProofContext.warn_extra_tfrees fix_ctxt asms_ctxt; (*that_prop*) - val thesisN = Term.variant xs AutoBind.thesisN; + val thesisN = Term.variant xs (Syntax.internal AutoBind.thesisN); val bound_thesis = ProofContext.bind_skolem fix_ctxt [thesisN] (ObjectLogic.fixed_judgment sign thesisN);