purescript-function-checked

PureScript library for dealing with foreign data (JSON and JavaScript objects)


Keywords
purescript
License
MIT
Install
bower install purescript-function-checked

Documentation

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.