Skip to content

Commit 7416937

Browse files
committed
[haddock] remove redundant "A module that" from each module description
1 parent 4dafc50 commit 7416937

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

  • data-default-class/Data/Default
  • data-default-instances-base/Data/Default/Instances
  • data-default-instances-containers/Data/Default/Instances
  • data-default-instances-dlist/Data/Default/Instances
  • data-default-instances-old-locale/Data/Default/Instances
  • data-default/Data

data-default-class/Data/Default/Class.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4343

4444
{-|
4545
Module : Data.Default.Class
46-
Description : A module that defines a class for types with a default value.
46+
Description : Defines a class for types with a default value.
4747
4848
This module defines a class for types with a default value.
4949
It also defines 'Default' instances for the types 'Int', 'Int8',

data-default-instances-base/Data/Default/Instances/Base.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3535

3636
{-|
3737
Module : Data.Default.Instances.Base
38-
Description : A module that reexports the instances from the 'Data.Default.Class' module.
38+
Description : Reëxports the instances from the 'Data.Default.Class' module.
3939
40-
This module reexports the 'Data.Default.Class.Default' instances from the
40+
This module reëxports the 'Data.Default.Class.Default' instances from the
4141
'Data.Default.Class' module.
4242
-}
4343
module Data.Default.Instances.Base () where

data-default-instances-containers/Data/Default/Instances/Containers.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3737

3838
{-|
3939
Module : Data.Default.Instances.Containers
40-
Description : A module that defines 'Default' instances for container types.
40+
Description : Defines 'Default' instances for container types.
4141
4242
This module defines 'Default' instances for the types 'S.Set', 'M.Map',
4343
'IntMap', 'IntSet', 'Seq', and 'Tree'.

data-default-instances-dlist/Data/Default/Instances/DList.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3737

3838
{-|
3939
Module : Data.Default.Instances.DList
40-
Description : A module that defines 'Default' instances for the type 'DList'.
40+
Description : Defines 'Default' instances for the type 'DList'.
4141
4242
This module defines 'Default' instances for the type 'DList'.
4343
-}

data-default-instances-old-locale/Data/Default/Instances/OldLocale.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3737

3838
{-|
3939
Module : Data.Default.Instances.OldLocale
40-
Description : A module that defines 'Default' instances for the type 'TimeLocale'.
40+
Description : Defines 'Default' instances for the type 'TimeLocale'.
4141
4242
This module defines 'Default' instances for the type 'TimeLocale'.
4343
-}

data-default/Data/Default.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3535

3636
{-|
3737
Module : Data.Default
38-
Description : A module that defines a class for types with a default value.
38+
Description : Defines a class for types with a default value.
3939
4040
This module defines a class for types with a default value. Instances are
4141
provided for '()', 'Data.Set.Set', 'Data.Map.Map', 'Int', 'Integer',

0 commit comments

Comments
 (0)