We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Welcome to the active wiki!
We have several versions right now, and want to merge into one.
newtype Active t a = Active (MaybeApply (Dynamic t) a) deriving (Functor, Apply, Applicative)
data Active t a = Active (Era t) (Diff t -> a) | PureA a deriving (Functor)
newtype Active a = Active (MaybeApply Dynamic a) deriving (Functor, Apply, Applicative)