theory BTree_Imp imports BTree Partially_Filled_Array Basic_Assn begin section "Imperative B-tree Definition" text "The heap data type definition. Anything stored on the heap always contains data, leafs are represented as None."