Advertisement
Guest User

Untitled

a guest
Feb 7th, 2021
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. main :: IO ()
  2. main = interact id
  3.  
  4. main2 :: IO ()
  5. main2 = do
  6. getLine >>= putStrLn
  7. main
  8.  
  9. D:\data\
  10. λ "foo" | cat.exe
  11. foo
  12. cat.exe: <stdin>: hGetLine: end of file
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement