churf/tests/DoStrings.hs
sebastianselander d5ce73beae hm is compatible
2023-03-27 16:52:22 +02:00

4 lines
84 B
Haskell

module DoStrings where
(>>) str1 str2 = str1 ++ "\n" ++ str2
(>>=) str1 f = f str1