Expand description
Definitions for pearlite code
This contains types and traits that are meant to be used in logical code.
Re-exports§
Modules§
- fset
- ops
- ord
- Definition for using orderings in pearlite.
- ra
- Definitions of Resource Algebras
- real
- Real numbers
- seq
Structs§
- FMap
- A finite map type usable in pearlite and
ghost!blocks. - Id
- A unique id, usable in logic and ghost code
- Int
- An unbounded, mathematical integer.
- Mapping
- A mapping: map every value of type
Ato a value of typeB. - Set
- A (possibly infinite) set type.
Traits§
- Well
Founded - Instances of this trait are types which are allowed as variants of recursive definitions.
Functions§
- such_
that - Creates a logical value satisfying the property given by
p. - unreachable
- Indicates unreachable code in logic.