Module
Bucketchain.SimpleAPI.Proc
- Package
- purescript-bucketchain-simple-api
- Repository
- Bucketchain/purescript-bucketchain-simple-api
#Proc Source
newtype Proc ex a
The type of request handler.
Instances
Functor (Proc ex)
Apply (Proc ex)
Applicative (Proc ex)
Alt (Proc ex)
Plus (Proc ex)
Bind (Proc ex)
Monad (Proc ex)
(Semigroup a) => Semigroup (Proc ex a)
(Monoid a) => Monoid (Proc ex a)
MonadEffect (Proc ex)
MonadAff (Proc ex)
MonadThrow Error (Proc ex)
MonadError Error (Proc ex)
MonadAsk (Context ex) (Proc ex)
MonadRec (Proc ex)
- Modules
- Bucketchain.
SimpleAPI - Bucketchain.
SimpleAPI. Auth - Bucketchain.
SimpleAPI. Auth. Class - Bucketchain.
SimpleAPI. Batch - Bucketchain.
SimpleAPI. Body - Bucketchain.
SimpleAPI. Class - Bucketchain.
SimpleAPI. FreeT. Class - Bucketchain.
SimpleAPI. JSON - Bucketchain.
SimpleAPI. Proc - Bucketchain.
SimpleAPI. RawData - Bucketchain.
SimpleAPI. Response - Bucketchain.
SimpleAPI. Response. Class