correcting imports after splitting and renaming AssocList
authorbulwahn
Mon, 12 Sep 2011 12:33:37 +0200
changeset 44899 95a53c01ed61
parent 44898 ec3f30b8c78c
child 44900 1a4ea8c5399a
correcting imports after splitting and renaming AssocList
src/HOL/ex/Execute_Choice.thy
--- a/src/HOL/ex/Execute_Choice.thy	Mon Sep 12 10:59:38 2011 +0200
+++ b/src/HOL/ex/Execute_Choice.thy	Mon Sep 12 12:33:37 2011 +0200
@@ -3,7 +3,7 @@
 header {* A simple cookbook example how to eliminate choice in programs. *}
 
 theory Execute_Choice
-imports Main "~~/src/HOL/Library/AssocList"
+imports Main "~~/src/HOL/Library/AList_Mapping"
 begin
 
 text {*