more correct import
authorhaftmann
Mon, 23 Jul 2012 09:26:55 +0200
changeset 494456cbfe187a0f9
parent 49444 4b7f4482c552
child 49446 6efff142bb54
more correct import
src/HOL/Imperative_HOL/ex/Linked_Lists.thy
     1.1 --- a/src/HOL/Imperative_HOL/ex/Linked_Lists.thy	Sun Jul 22 23:36:11 2012 +0200
     1.2 +++ b/src/HOL/Imperative_HOL/ex/Linked_Lists.thy	Mon Jul 23 09:26:55 2012 +0200
     1.3 @@ -5,7 +5,7 @@
     1.4  header {* Linked Lists by ML references *}
     1.5  
     1.6  theory Linked_Lists
     1.7 -imports "../Imperative_HOL" Code_Integer
     1.8 +imports "../Imperative_HOL" "~~/src/HOL/Library/Code_Integer"
     1.9  begin
    1.10  
    1.11  section {* Definition of Linked Lists *}
    1.12 @@ -1003,3 +1003,4 @@
    1.13  export_code test_1 test_2 test_3 checking SML SML_imp OCaml? OCaml_imp? Haskell? Scala? Scala_imp?
    1.14  
    1.15  end
    1.16 +