Module

Reactix.Utils

Package
purescript-reactix
Repository
garganscript/purescript-reactix

#tuple Source

tuple :: forall a b c. a -> Tuple b c

#_tuple Source

_tuple :: forall a b c. Fn2 (a -> b -> Tuple a b) c (Tuple a b)

#currySecond Source

currySecond :: forall a b c. Tuple a (EffectFn1 b c) -> Tuple a (b -> Effect c)

#hook Source

hook :: forall v. (Unit -> Effect v) -> Hooks v

#onemore Source

onemore :: forall t24 t25 t27 t28. (t25 -> t27 -> t28) -> (t24 -> t25) -> (t24 -> t27) -> t24 -> t28

#splay1 Source

splay1 :: forall a b c. (a -> b -> c) -> (a -> b) -> a -> c

#splay2 Source

splay2 :: forall a b c d. (a -> b -> c -> d) -> (a -> b -> c) -> a -> b -> d

#splay3 Source

splay3 :: forall a b c d e. (a -> b -> c -> d -> e) -> (a -> b -> c -> d) -> a -> b -> c -> e

#splay4 Source

splay4 :: forall a b c d e f. (a -> b -> c -> d -> e -> f) -> (a -> b -> c -> d -> e) -> a -> b -> c -> d -> f

#splay5 Source

splay5 :: forall a b c d e f g. (a -> b -> c -> d -> e -> f -> g) -> (a -> b -> c -> d -> e -> f) -> a -> b -> c -> d -> e -> g