(* File: LinkedList.thy Author: Bohua Zhan *) section ‹Implementation of linked list› theory LinkedList imports SepAuto begin text ‹ Examples in linked lists. Definitions and some of the examples are based on List\_Seg and Open\_List theories in \<^cite>‹"Separation_Logic_Imperative_HOL-AFP"› by Lammich and Meis. › subsection ‹List Assertion›