Skip to content

Commit

Permalink
yampa-test: Adjust format of export lists (KSG Haskell 1.3.0 - 4.2). …
Browse files Browse the repository at this point in the history
…Refs #212.

For lists or tuple elements separated by commas in which each value is listed
in a separate line, and when the Haskell syntax allows it, the comma must be
the first character of every line but the first.

This commit adjust commas and indentation of export lists.
  • Loading branch information
ivanperez-keera committed May 15, 2022
1 parent fe6af95 commit 022f8b1
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions yampa-test/src/FRP/Yampa/QuickCheck.hs
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,22 @@
-- paper was: uniDistStream. This has been fixed.

module FRP.Yampa.QuickCheck
(
-- * Random stream generation
generateStream
, generateStreamWith

-- ** Parameters used to generate random input streams
, Distribution(..)
, Range
, Length

-- ** Helpers for common cases
, uniDistStream
, uniDistStreamMaxDT
, fixedDelayStream
, fixedDelayStreamWith
)
(
-- * Random stream generation
generateStream
, generateStreamWith

-- ** Parameters used to generate random input streams
, Distribution(..)
, Range
, Length

-- ** Helpers for common cases
, uniDistStream
, uniDistStreamMaxDT
, fixedDelayStream
, fixedDelayStreamWith
)
where

import Control.Applicative ((<$>), pure)
Expand Down

0 comments on commit 022f8b1

Please sign in to comment.