Package

purescript-stacksafe-function

Repository
safareli/purescript-stacksafe-function
License
MIT
Uploaded by
safareli
Published on
2019-01-08T05:34:03Z

Latest release Build status

A newtype over normal function (->), which guarantees stack safety. It's safe to be used in FFI code, as representation of underlying function is not changed.

NOTE: Stack safety applies to composition only! It does not make a function, that is not stacksafe, safe.

Installation

bower install purescript-stacksafe-function

Some context about the work:

Documentation

Module documentation is published on Pursuit: http://pursuit.purescript.org/packages/purescript-stacksafe-function

Modules
StackSafe.Function
Dependencies