From bd0526fa9080fc06d37aa5294526c2d682cd25b4 Mon Sep 17 00:00:00 2001 From: Ivan Perez Date: Sat, 14 May 2022 19:56:57 -0400 Subject: [PATCH] yampa-test: Adjust format of export lists (KSG Haskell 1.3.0 - 4.2). Refs #212. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- yampa-test/tests/TestsTask.hs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/yampa-test/tests/TestsTask.hs b/yampa-test/tests/TestsTask.hs index 67f7fe53..6d4fa04c 100644 --- a/yampa-test/tests/TestsTask.hs +++ b/yampa-test/tests/TestsTask.hs @@ -5,7 +5,11 @@ -- Authors : Antony Courtney and Henrik Nilsson -- Very rudimentary testing of Task. -module TestsTask (task_tr, task_trs) where +module TestsTask + ( task_tr + , task_trs + ) + where import Control.Monad (when, forever) import FRP.Yampa