Module

Specular.FRP.Fix

Package
purescript-specular
Repository
restaumatic/purescript-specular

#fixDyn Source

fixDyn :: forall m a b. MonadFRP m => (WeakDynamic a -> m (Tuple (Dynamic a) b)) -> m b

#fixEvent Source

fixEvent :: forall m a b. MonadFRP m => (Event a -> m (Tuple (Event a) b)) -> m b

#FixFRP Source

class FixFRP input output | output -> input, input -> output where

Members

Instances

#fixFRP_ Source

fixFRP_ :: forall input output m. FixFRP input output => MonadFRP m => (input -> m output) -> m Unit

#FixFRPRecord Source

class FixFRPRecord :: RowList Type -> Row Type -> Row Type -> Constraintclass FixFRPRecord (ro_list :: RowList Type) (ri :: Row Type) (ro :: Row Type) | ro_list -> ri ro where

Members

Instances