(* Title: HOL/Imperative_HOL/ex/Linked_Lists.thy Author: Lukas Bulwahn, TU Muenchen *) section ‹Linked Lists by ML references› theory Linked_Lists imports "../Imperative_HOL" "HOL-Library.Code_Target_Int" begin section ‹Definition of Linked Lists› setup ‹Sign.add_const_constraint (\<^const_name>‹Ref›, SOME \<^typ>‹nat ⇒ 'a::type ref›)›