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 bd0526f commit 2d0cefb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion yampa-test/tests/TestsUtils.hs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
--
-- Not really intended to test all definitions in the utilities module.

module TestsUtils (utils_tr, utils_trs) where
module TestsUtils
( utils_tr
, utils_trs
)
where

import FRP.Yampa
import FRP.Yampa.Conditional
Expand Down

0 comments on commit 2d0cefb

Please sign in to comment.