@hackage data-default0.8.0.0
A class for types with a default value
Categories
License
BSD-3-Clause
Maintainer
<lukasmai.403+hackage@gmail.com>
Links
Versions
Installation
Dependencies (2)
- base >=4.8 && <5
- containers >=0.1 && <0.8 Show all…
Dependents (974)
@hackage/couch-simple, @hackage/ethereum-merkle-patricia-db, @hackage/box, @hackage/rfc, @hackage/wrecker, @hackage/microformats2-parser, Show all…
This module defines a class for types with a default value. Instances are
provided for ()
, Data.Set.Set
, Data.Map.Map
, Int
, Integer
,
Float
, Double
, and many others.