section ‹Singly Linked List Segments› theory LLVM_DS_List_Seg imports LLVM_DS_Block_Alloc begin subsection ‹Nodes› text ‹ We define a node of a list to contain a data value and a next pointer. ›