# HG changeset patch # User haftmann # Date 1343028415 -7200 # Node ID 6cbfe187a0f91e52376b337cad6a2f0eb93cdca5 # Parent 4b7f4482c5520928832df4dc969656c13856a6ab more correct import diff -r 4b7f4482c552 -r 6cbfe187a0f9 src/HOL/Imperative_HOL/ex/Linked_Lists.thy --- a/src/HOL/Imperative_HOL/ex/Linked_Lists.thy Sun Jul 22 23:36:11 2012 +0200 +++ b/src/HOL/Imperative_HOL/ex/Linked_Lists.thy Mon Jul 23 09:26:55 2012 +0200 @@ -5,7 +5,7 @@ header {* Linked Lists by ML references *} theory Linked_Lists -imports "../Imperative_HOL" Code_Integer +imports "../Imperative_HOL" "~~/src/HOL/Library/Code_Integer" begin section {* Definition of Linked Lists *} @@ -1003,3 +1003,4 @@ export_code test_1 test_2 test_3 checking SML SML_imp OCaml? OCaml_imp? Haskell? Scala? Scala_imp? end +