зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 05:06:05 +02:00
16 строки
328 B
Plaintext
16 строки
328 B
Plaintext
Classifying I/O errors:
|
|
http://hackage.haskell.org/packages/archive/base/latest/doc/html/System-IO-Error.html#g:2
|
|
|
|
1. isAlreadyExistsError
|
|
2. isAlreadyExistsError
|
|
...
|
|
|
|
Attributes of I/O errors:
|
|
http://hackage.haskell.org/packages/archive/base/latest/doc/html/System-IO-Error.html#g:3
|
|
|
|
1. ioeGetErrorType
|
|
2. ioeGetLocation
|
|
...
|
|
|
|
|