Module
SodiumFRP.Lambda
- Package
- purescript-sodium
- Repository
- SodiumFRP/purescript-sodium
#snapshotLambda Source
snapshotLambda :: forall str cel c b a. SodiumStream str => SodiumCell cel => (a -> b -> c) -> Array Dep -> str a -> cel b -> Stream c
#snapshot3Lambda Source
snapshot3Lambda :: forall str cel d c b a. SodiumStream str => SodiumCell cel => (a -> b -> c -> d) -> Array Dep -> str a -> cel b -> cel c -> Stream d
#snapshot4Lambda Source
snapshot4Lambda :: forall str cel e d c b a. SodiumStream str => SodiumCell cel => (a -> b -> c -> d -> e) -> Array Dep -> str a -> cel b -> cel c -> cel d -> Stream e
#snapshot5Lambda Source
snapshot5Lambda :: forall str cel f e d c b a. SodiumStream str => SodiumCell cel => (a -> b -> c -> d -> e -> f) -> Array Dep -> str a -> cel b -> cel c -> cel d -> cel e -> Stream f
#snapshot6Lambda Source
snapshot6Lambda :: forall str cel g f e d c b a. SodiumStream str => SodiumCell cel => (a -> b -> c -> d -> e -> f -> g) -> Array Dep -> str a -> cel b -> cel c -> cel d -> cel e -> cel f -> Stream g
#mapLambda1StreamImpl Source
mapLambda1StreamImpl :: forall c b a. Fn3 (a -> b) (Array c) (Stream a) (Stream b)
#mapLambda1CellImpl Source
mapLambda1CellImpl :: forall c b a. Fn3 (a -> b) (Array c) (Cell a) (Cell b)
#liftLambda Source
liftLambda :: forall cel c b a. SodiumCell cel => (a -> b -> c) -> Array Dep -> cel a -> cel b -> Cell c
#lift3Lambda Source
lift3Lambda :: forall cel d c b a. SodiumCell cel => (a -> b -> c -> d) -> Array Dep -> cel a -> cel b -> cel c -> Cell d
#lift4Lambda Source
lift4Lambda :: forall cel e d c b a. SodiumCell cel => (a -> b -> c -> d -> e) -> Array Dep -> cel a -> cel b -> cel c -> cel d -> Cell e
#lift5Lambda Source
lift5Lambda :: forall cel f e d c b a. SodiumCell cel => (a -> b -> c -> d -> e -> f) -> Array Dep -> cel a -> cel b -> cel c -> cel d -> cel e -> Cell f
#lift6Lambda Source
lift6Lambda :: forall cel g f e d c b a. SodiumCell cel => (a -> b -> c -> d -> e -> f -> g) -> Array Dep -> cel a -> cel b -> cel c -> cel d -> cel e -> cel f -> Cell g