Skip to content

Commit

Permalink
Add top-level documentation to Haddocks
Browse files Browse the repository at this point in the history
  • Loading branch information
pgujjula committed May 20, 2024
1 parent d0b5faf commit bec52f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Data/List/ApplyMerge.hs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@
-- License: BSD-3-Clause
-- Maintainer: Preetham Gujjula <[email protected]>
-- Stability: experimental
--
-- Lift a binary, non-decreasing function onto ordered lists and order the
-- output.
module Data.List.ApplyMerge
( applyMerge,
( -- * Functions
applyMerge,
applyMergeBy,
applyMergeOn,

Expand Down
2 changes: 2 additions & 0 deletions src/Data/List/NonEmpty/ApplyMerge.hs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
-- License: BSD-3-Clause
-- Maintainer: Preetham Gujjula <[email protected]>
-- Stability: experimental
--
-- Like "Data.List.ApplyMerge", but for 'NonEmpty' instead of lists.
module Data.List.NonEmpty.ApplyMerge
( applyMerge,
applyMergeBy,
Expand Down

0 comments on commit bec52f6

Please sign in to comment.