matil019 / haskell-libfuse3

A Haskell binding for libfuse-3.x
https://hackage.haskell.org/package/libfuse3
MIT License
5 stars 1 forks source link

Add ExceptionHandler type #6

Closed matil019 closed 3 years ago

matil019 commented 3 years ago

Adds a type alias ExceptionHandler to better indicate where to pass error handlers. Also adds defaultExceptionHandler, which catches any Haskell exception.