| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Cryptol.TypeCheck.FFI
Synopsis
- toFFIFunType :: Schema -> Either FFITypeError ([Prop], FFIFunType)
Documentation
toFFIFunType :: Schema -> Either FFITypeError ([Prop], FFIFunType) Source #
Convert a Schema to a FFIFunType, along with any Props that must be
satisfied for the FFIFunType to be valid.