hm is compatible
This commit is contained in:
parent
6e54378327
commit
d5ce73beae
4 changed files with 106 additions and 69 deletions
4
tests/DoStrings.hs
Normal file
4
tests/DoStrings.hs
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
module DoStrings where
|
||||
|
||||
(>>) str1 str2 = str1 ++ "\n" ++ str2
|
||||
(>>=) str1 f = f str1
|
||||
Loading…
Add table
Add a link
Reference in a new issue