author | wenzelm |
Sun, 25 Oct 2009 19:19:35 +0100 | |
changeset 33169 | 3012726e9929 |
parent 33168 | 853493e5d5d4 |
child 33170 | dd6d8d1f70d2 |
--- a/src/Pure/simplifier.ML Sun Oct 25 19:19:29 2009 +0100 +++ b/src/Pure/simplifier.ML Sun Oct 25 19:19:35 2009 +0100 @@ -177,9 +177,9 @@ fun gen_simproc prep {name, lhss, proc, identifier} lthy = let val b = Binding.name name; - val naming = LocalTheory.full_naming lthy; + val naming = LocalTheory.naming_of lthy; val simproc = make_simproc - {name = LocalTheory.full_name lthy b, + {name = Name_Space.full_name naming b, lhss = let val lhss' = prep lthy lhss;