Safe Haskell | None |
---|---|
Language | Haskell98 |
Documentation
type Access a = ReaderT (String, FilePath) (ExceptT NcError IO) a Source #
Monad stack to help with handling errors from FFI functions.
runAccess :: String -> String -> Access a -> NcIO a Source #
Utility function to run access monad stack.
class Checkable a where Source #
Utility class to make dealing with status return from foreign NetCDF functions a little easier.