data-default

A class for types with a default value

Version on this page:0.7.1.3
LTS Haskell 22.41:0.7.1.2
Stackage Nightly 2024-11-12:0.7.1.3
Latest on Hackage:0.8.0.0

See all snapshots data-default appears in

BSD-3-Clause licensed by Lukas Mai
Maintained by <[email protected]>
This version can be pinned in stack with:data-default-0.7.1.3@sha256:7e0f166c1652c8b531bc433d0084ada414bdea85d30bcbc09bc1b48a6a139952,1220

Module documentation for 0.7.1.3

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.