Expand description
This module implements the State pattern.
![state diagram][state-diagram]
Modules§
- prelude
- Exposes the
ContextandStatetypes at the library level. - simple
- Implements a basic wrapper
Contextwhich contains a genericStateobject.