diff --git a/yampa-test/tests/TestsFirstSecond.hs b/yampa-test/tests/TestsFirstSecond.hs index 880f1315..bca6823a 100644 --- a/yampa-test/tests/TestsFirstSecond.hs +++ b/yampa-test/tests/TestsFirstSecond.hs @@ -3,7 +3,13 @@ -- Description : Test cases for first and second -- Copyright : Yale University, 2003 -- Authors : Antony Courtney and Henrik Nilsson -module TestsFirstSecond (first_trs, first_tr, second_trs, second_tr) where +module TestsFirstSecond + ( first_trs + , first_tr + , second_trs + , second_tr + ) + where import Data.Tuple (swap)