Module

Yoga.Capnweb.Om

Package
purescript-yoga-capnweb-om
Repository
rowtype-yoga/purescript-yoga-capnweb-om

#subscribe Source

subscribe :: forall ctx err a. String -> RpcConnection -> Strom ctx err a

#toSignal Source

toSignal :: forall ctx err a rest. { modify :: (Maybe a -> Maybe a) -> Effect Unit | rest } -> Strom ctx err a -> Om ctx err Unit

#rpc0 Source

rpc0 :: forall ctx err a. String -> RpcConnection -> Strom ctx err a

#rpc1 Source

rpc1 :: forall ctx err a b. String -> a -> RpcConnection -> Strom ctx err b

#rpc2 Source

rpc2 :: forall ctx err a b c. String -> a -> b -> RpcConnection -> Strom ctx err c