renamed stuff
This commit is contained in:
parent
aa4a615c28
commit
2fa30faa87
5 changed files with 3 additions and 1 deletions
9
tests/TestTypeChekerHm.hs/DoStrings.hs
Normal file
9
tests/TestTypeChekerHm.hs/DoStrings.hs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
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