Skip to content

Commit

Permalink
[doc] fix haddock warnings for '()'
Browse files Browse the repository at this point in the history
  • Loading branch information
mauke committed Oct 23, 2024
1 parent 7aae0e7 commit 18c095f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Data/Default.hs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Module : Data.Default
Description : A class for types with a default value.
This module defines a class for types with a default value. Instances are
provided for '()', 'Data.Set.Set', 'Data.Map.Map', 'Int', 'Integer',
provided for @()@, 'Data.Set.Set', 'Data.Map.Map', 'Int', 'Integer',
'Float', 'Double', and many others (see below).
-}
module Data.Default (
Expand Down
2 changes: 1 addition & 1 deletion data-default.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ category: Data
synopsis: A class for types with a default value
description:
This module defines a class for types with a default value. Instances are
provided for '()', 'Data.Set.Set', 'Data.Map.Map', 'Int', 'Integer',
provided for @()@, 'Data.Set.Set', 'Data.Map.Map', 'Int', 'Integer',
'Float', 'Double', and many others.
build-type: Simple
license: BSD-3-Clause
Expand Down

0 comments on commit 18c095f

Please sign in to comment.