moved tests
This commit is contained in:
parent
d49e2401bf
commit
2974c10c0c
3 changed files with 1 additions and 1 deletions
|
|
@ -1,9 +0,0 @@
|
|||
module DoStrings where
|
||||
|
||||
import Prelude hiding ((>>), (>>=))
|
||||
|
||||
(>>) :: String -> String -> String
|
||||
(>>) str1 str2 = str1 ++ "\n" ++ str2
|
||||
|
||||
(>>=) :: String -> (String -> String) -> String
|
||||
(>>=) str f = f str
|
||||
Loading…
Add table
Add a link
Reference in a new issue