|
|
|
|
|
by mightybyte
4153 days ago
|
|
That's because the whole block you're pointing to there is in Haskell's side effects box. So this is simply not the right example for illustrating how Haskell does isolate side effects. Shell scripts in general are very side effecting, so for this application it makes sense. |
|