@hackage data-default0.8.0.2
A class for types with a default value
Installation
Dependencies (2)
- base >=4.8 && <5
- containers >=0.1 && <0.9 Show all…
Dependents (1042)
@hackage/pms-domain-service, @hackage/couch-simple, @hackage/ethereum-merkle-patricia-db, @hackage/box, @hackage/rfc, @hackage/wrecker, 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.