tracks/haskell/exercises/house/test/Tests.hs in trackler-2.2.0.3 vs tracks/haskell/exercises/house/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-23.
+-- Lyrics extracted from `exercism/problem-specifications` on 2016-09-23.
lyrics :: String
lyrics = "This is the house that Jack built.\n\
\\n\
\This is the malt\n\