tracks/haskell/exercises/food-chain/test/Tests.hs in trackler-2.2.0.3 vs tracks/haskell/exercises/food-chain/test/Tests.hs in trackler-2.2.0.4

- old
+ new

@@ -31,10 +31,10 @@ zipMaybe [] [] = [] zipMaybe (x:xs) [] = (Just x , Nothing) : zipMaybe xs [] zipMaybe [] (y:ys) = (Nothing, Just y ) : zipMaybe [] ys zipMaybe (x:xs) (y:ys) = (Just x , Just y ) : zipMaybe xs ys --- Lyrics extracted from `exercism/x-common` on 2016-09-21. +-- Lyrics extracted from `exercism/problem-specifications` on 2016-09-21. lyrics :: String lyrics = "I know an old lady who swallowed a fly.\n\ \I don't know why she swallowed the fly. Perhaps she'll die.\n\