|
|
|
|
|
by pflanze
3694 days ago
|
|
Alright, so let me phrase it this way then?: > To say it more correctly (hopefully): Haskell contains a purely functional sub-language. It also has impure parts. Just like most programming languages have pure and impure parts. The difference is that Haskell employs the type system to segregate the two parts. (Anyway I'd be interested in how to access IO without using the IO monad; is there a lower-level type to use instead?) |
|