| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
HTTP.Form.Deform
Documentation
Instances
| MonadTrans (DeformT f) Source # | |
| Monad m => Monad (DeformT f m) Source # | |
| Functor m => Functor (DeformT f m) Source # | |
| Applicative m => Applicative (DeformT f m) Source # | |
| Monad m => MonadPlus (DeformT f m) Source # | |
| MonadIO m => MonadIO (DeformT f m) Source # | |
| (Applicative m, Monad m) => Alternative (DeformT f m) Source # | |
class Deform f a where Source #
Minimal complete definition
Instances
| Deform f URI Source # | |
| Deform f Segment Source # | |
| Deform f Offset Source # | |
| Deform f Date Source # | |
| Deform f Int16 Source # | |
| Deform f Int32 Source # | |
| Deform f Int64 Source # | |
| Deform f Int Source # | |
| Deform f Bool Source # | |
| Deform f String Source # | |
| Deform f ByteString Source # | |
| Deform f Text Source # |
|
| Deform f Value Source # | |
| Deform f_a42l3 Permission Source # | |
| Deform f_a4NXR AuditAction Source # | |
| Deform f_a2Skw Release Source # | |
| Deform f_a4zCu MeasureType Source # | |
| Deform f_a42l1 Delivery Source # | |
| Deform f Notice Source # | |
| Deform f TranscodeAction Source # | |
| Deform f (FileInfo f) Source # | |
| Deform f (Maybe (FileInfo f)) Source # | |
| Deform f (IdType a) => Deform f (Id a) Source # | |
deformError :: Monad m => FormErrorMessage -> DeformT f m () Source #
deformError' :: Monad m => FormErrorMessage -> DeformT f m a Source #