| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-11-30 | Rename Undefined outcome to Choose | Thomas Bauereiss | |
| It is used for nondeterministic choice, so Undefined might be misleading. | |||
| 2018-07-09 | Simplify treating of undefined_bool in Lem library | Thomas Bauereiss | |
| Use nondeterministic choice by default instead of a deterministic bitstream generator in the state, which is slightly awkward to reason about, because every use of undefined_boolS changes the state. The previous behaviour can be implemented as Sail code, if desired. Also add a default implementation of internal_pick that nondeterministically chooses an element from a list. | |||
| 2018-06-14 | rename all lem support files to sail2_foo to avoid conflict with sail1 in rmem | Jon French | |
