src/Pure/Isar/local_theory.ML
changeset 66246 c2c18b6b48da
parent 66245 da3b0e848182
child 66259 b5279a21e658
--- a/src/Pure/Isar/local_theory.ML	Mon Jul 03 09:12:13 2017 +0200
+++ b/src/Pure/Isar/local_theory.ML	Mon Jul 03 09:20:24 2017 +0200
@@ -293,7 +293,7 @@
       let val binding' = Morphism.binding phi binding in
         Context.mapping
           (Global_Theory.alias_fact binding' name)
-          (Proof_Context.fact_alias binding' name)
+          (Proof_Context.alias_fact binding' name)
       end));