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 2c2e29f commit cbb7405
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions yampa-test/tests/TestsLoop.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,15 @@
-- Description : Test cases for loop
-- Copyright : Yale University, 2003
-- Authors : Antony Courtney and Henrik Nilsson
module TestsLoop (loop_trs, loop_tr, loop_st0, loop_st0r,
loop_st1, loop_st1r) where
module TestsLoop
( loop_trs
, loop_tr
, loop_st0
, loop_st0r
, loop_st1
, loop_st1r
)
where

import FRP.Yampa

Expand Down

0 comments on commit cbb7405

Please sign in to comment.