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.
PureScript library for dealing with foreign data (JSON and JavaScript objects)
Homepage Repository PureScript Documentation
bower install 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.