Packages

Haskell-style type classes and combinators.

Current section

Files

Jump to
fp include fp_ApplicativeInstance.hrl
Raw

include/fp_ApplicativeInstance.hrl

-record(applicative_instance, {
functor_instance :: fun(() -> fp:functor_instance(any(), any(), any(), any())),
pure :: fun((any()) -> any()),
ap :: fun((any(), any()) -> any())
}).