Awesome
DEPRECATED
The library is no longer maintained under this repository as of the PureScript 0.14 compiler release. Relevant functionality has been moved into other repositories:
- Most code has been moved to
prelude
- Enum-related code has been moved to
enums
- The
Maybe
type'sGeneric
instance has been moved tomaybe
- The
Either
type'sGeneric
instance has been moved toeither
- The
Tuple
type'sGeneric
instance has been moved totuple
Previous releases will continue to work for older libraries which depend on them.