reactive-0.9.0: Simple foundation for functional reactive programming
Source code
Contents
Index
FRP.Reactive.Fun
Stability
experimental
Maintainer
conal@conal.net
Description
Functions, with constant functions optimized. With instances of
Functor
,
Applicative
,
Monad
, and
Arrow
Synopsis
data
Fun
t a
fun
:: (t -> a) ->
Fun
t a
apply
::
Fun
t a -> t -> a
batch
::
TestBatch
Documentation
data
Fun
t a
Source
Constant-optimized functions
Instances
Arrow
Fun
Category
Fun
Monad
(
Fun
t)
Functor
(
Fun
t)
Applicative
(
Fun
t)
Model1
(
Fun
a) ((->) a)
Show
b =>
Show
(
Fun
a b)
(
Arbitrary
a,
Arbitrary
b) =>
Arbitrary
(
Fun
a b)
Monoid
a =>
Monoid
(
Fun
t a)
(
Show
a,
Arbitrary
a,
EqProp
a,
EqProp
b) =>
EqProp
(
Fun
a b)
Model
(
Fun
a b) (a -> b)
fun
:: (t -> a) ->
Fun
t a
Source
apply
::
Fun
t a -> t -> a
Source
Fun
as a function
batch
::
TestBatch
Source
Produced by
Haddock
version 2.3.0