data-default

A class for types with a default value

LTS Haskell 23.1:0.7.1.3
Stackage Nightly 2024-12-21:0.8.0.0
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.8.0.0@sha256:ba77cbe437508d5dfe4dec1e929121a92f0d6fc004c30fabb94c78172c0606dc,1016

Module documentation for 0.8.0.0

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.