Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ddfisher/purescript-function-checked
- Owner: ddfisher
- License: mit
- Created: 2014-10-22T06:50:07.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-22T06:58:11.000Z (about 10 years ago)
- Last Synced: 2024-10-10T17:43:53.305Z (28 days ago)
- Language: PureScript
- Size: 121 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)