section ‹\isaheader{Set Implementation by Arrays}› theory ArraySetImpl imports "../spec/SetSpec" ArrayMapImpl "../gen_algo/SetByMap" "../gen_algo/SetGA" begin text_raw ‹\label{thy:ArraySetImpl}› (*@impl Set @type ias @abbrv ias,is Sets of natural numbers implemented by arrays. *) subsection "Definitions" type_synonym ias = "(unit) iam" setup Locale_Code.open_block