Module

Ochadzuke

Package
purescript-ochadzuke
Repository
justinwoo/purescript-ochadzuke

#otherS Source

otherS :: SProxy "other"

#readForeignS Source

readForeignS :: SProxy "readForeign"

#Error Source

type Error = Variant (ErrorRow ())

#ErrorRow Source

type ErrorRow r = (other :: Error, readForeign :: MultipleErrors | r)

#Fetch' Source

type Fetch' = forall a trash options. Union options trash Options => ReadForeign a => URL -> { method :: Method | options } -> Aff a

#defaultFetchOptions' Source

defaultFetchOptions' :: { headers :: Headers, method :: Method }

#defaultFetchHeaders' Source

#readResponse Source

readResponse :: forall a. ReadForeign a => Response -> Aff a

#throwJsonE Source

throwJsonE :: forall a. E a -> Aff a

#rethrowAsOther Source

rethrowAsOther :: forall a. Aff a -> Aff a
Modules
Ochadzuke