# HG changeset patch # User wenzelm # Date 1006995066 -3600 # Node ID 4966dae8fa62770ea9134a7e057cae2df2f576d0 # Parent 5db4b4596d1a7e63f0d70d1630794f62506f8a80 RuleContext.intro_query_local; diff -r 5db4b4596d1a -r 4966dae8fa62 src/Pure/Isar/obtain.ML --- a/src/Pure/Isar/obtain.ML Thu Nov 29 01:50:50 2001 +0100 +++ b/src/Pure/Isar/obtain.ML Thu Nov 29 01:51:06 2001 +0100 @@ -107,7 +107,7 @@ |> Proof.enter_forward |> Proof.begin_block |> Proof.fix_i [([thesisN], None)] - |> Proof.assume_i [((thatN, [Method.intro_local]), [(that_prop, ([], []))])] + |> Proof.assume_i [((thatN, [RuleContext.intro_query_local None]), [(that_prop, ([], []))])] |> (fn state' => state' |> Proof.from_facts chain_facts