data-default-0.3.0: A class for types with a default valueSource codeContentsIndex
Data.Default
Synopsis
class Default a where
def :: a
Documentation
This module defines a class for types with a default value. Instances are provided for '()', Set, Map, Int, Integer, Float, Double, and many others (see below).
class Default a whereSource
A class for types with a default value.
Methods
def :: aSource
The default value for this type.
show/hide Instances
Produced by Haddock version 2.6.1