From acc4a98d7fe4c9097a0db8dcfa4098b866643968 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/TestsBasicSF.hs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/yampa-test/tests/TestsBasicSF.hs b/yampa-test/tests/TestsBasicSF.hs index 418f3600..001aaf50 100644 --- a/yampa-test/tests/TestsBasicSF.hs +++ b/yampa-test/tests/TestsBasicSF.hs @@ -3,7 +3,11 @@ -- Description : Test cases for basic signal functions -- Copyright : Yale University, 2003 -- Authors : Antony Courtney and Henrik Nilsson -module TestsBasicSF (basicsf_trs, basicsf_tr) where +module TestsBasicSF + ( basicsf_trs + , basicsf_tr + ) + where import FRP.Yampa