| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Cryptol.Backend.FFI.Error
Description
Errors from dynamic loading of shared libraries for FFI.
Documentation
data FFILoadError Source #
Constructors
| CantLoadFFISrc | |
| CantLoadFFIImpl | |
| FFIDuplicates (NonEmpty Name) | |
| FFIInFunctor Name | |