Idris2Doc : TyTTP.Core.Response
Definitions
record Response : Type -> Type -> Type -> Type- Totality: total
Visibility: public export
Constructor: MkResponse : s -> h -> a -> Response s h a
Projections:
.body : Response s h a -> a .status : Response s h a -> s
Hint: Functor (Response s h)
.status : Response s h a -> s- Visibility: public export
status : Response s h a -> s- Visibility: public export
- Visibility: public export
- Visibility: public export
.body : Response s h a -> a- Visibility: public export
body : Response s h a -> a- Visibility: public export