Provides default values for the following data types:
- Null a
- Undefined a
- NullOrUndefined a
- Boolean
- Int
- Number
- Char
- String
- Unit
- Ordering
- Array a
- (a -> a)
- Default a => Identity a
- Maybe a
- Default b => Either a b
- (Default a, Default b) => Tuple a b
- List a
bower install -S purescript-default
Module documentation is published on Pursuit, or available in the docs directory:
- Data.Default - The
Default
typeclass anddefault
values for the above-listed data types.