Skip to content

Commit

Permalink
yampa: Add haddock indicators to export list (KSG Haskell 1.3.0 - 3.4…
Browse files Browse the repository at this point in the history
…). Refs #266.

The module declaration should use haddock indicators to group the
elements exported so as to facilitate navigating the documentation.
  • Loading branch information
ivanperez-keera committed Apr 29, 2023
1 parent 4c8215e commit 324fe72
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion yampa/src/FRP/Yampa/Conditional.hs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
--
-- Apply SFs only under certain conditions.
module FRP.Yampa.Conditional
( provided
(
-- * Guards and automata-oriented combinators
provided

-- * Variable pause
, pause
)
where
Expand Down

0 comments on commit 324fe72

Please sign in to comment.