notes/pl/hs/libfws/base/system-io-error.txt
Ihar Hancharenka 5dff80e88e first
2023-03-27 16:52:17 +03:00

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
...