Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ddfisher/purescript-function-checked

Purescript FFI with runtime-type-checking in the style of Data.Function
https://github.com/ddfisher/purescript-function-checked

Last synced: 1 day ago
JSON representation

Purescript FFI with runtime-type-checking in the style of Data.Function

Awesome Lists containing this project

README

        

purescript-function-checked
==================

Library for a runtime type-checked FFI in the style of `Data.Function`. Replace `mkFnN` with `ckFnN` (and supply `IsForeign` instances) and the arguments will be typechecked at runtime.

- [Module documentation](docs/Module.md)
- [Examples](examples/)