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 324fe72 commit ce6aaeb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion yampa/src/FRP/Yampa/Task.hs
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,20 @@
--
-- Task abstraction on top of signal transformers.
module FRP.Yampa.Task
( Task
(
-- * The Task type
Task
, mkTask
, runTask
, runTask_
, taskToSF

-- * Basic tasks
, constT
, sleepT
, snapT

-- * Basic tasks combinators
, timeOut
, abortWhen
)
Expand Down

0 comments on commit ce6aaeb

Please sign in to comment.