Skip to content

Commit 81924e4

Browse files
KommuSoftmauke
authored andcommitted
fix the documentation of the Data.Default module
1 parent 6fe0258 commit 81924e4

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

data-default/Data/Default.hs

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,18 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3333
3434
-}
3535

36+
{-|
37+
Module : Data.Default
38+
Description : A module that a class for types with a default value.
39+
Maintainer : Lukas Mai
40+
Stability : experimental
41+
Portability : POSIX
42+
43+
This module defines a class for types with a default value. Instances are
44+
provided for '()', 'Data.Set.Set', 'Data.Map.Map', 'Int', 'Integer',
45+
'Float', 'Double', and many others (see below).
46+
-}
3647
module Data.Default (
37-
-- | This module defines a class for types with a default value. Instances are
38-
-- provided for '()', 'Data.Set.Set', 'Data.Map.Map', 'Int', 'Integer',
39-
-- 'Float', 'Double', and many others (see below).
4048
Default(..)
4149
) where
4250

0 commit comments

Comments
 (0)