DEBSOURCES
Skip Quicknav
sources / why3 / 1.8.2-3 / examples / double_wp / state.why
123456789
theory State use export map.Map type id = Id int type state = map id int end