| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Lackey.Internal.HasCode
Documentation
Instances
| HasCode Raw Source | |
| (HasCode a, HasCode b) => HasCode ((:<|>) a b) Source | |
| HasCode (Get * a b) Source | |
| HasCode (Post * a b) Source | |
| HasCode (Put * a b) Source | |
| HasCode (Delete * a b) Source | |
| HasCode (Patch * a b) Source | |
| (KnownSymbol s, HasCode b) => HasCode ((:>) * * (Capture * s a) b) Source | |
| (KnownSymbol s, HasCode b) => HasCode ((:>) * * (Header s a) b) Source | |
| (KnownSymbol s, HasCode b) => HasCode ((:>) * * (QueryParam * s a) b) Source | |
| (KnownSymbol s, HasCode b) => HasCode ((:>) * * (QueryParams * s a) b) Source | |
| (KnownSymbol s, HasCode a) => HasCode ((:>) * * (QueryFlag s) a) Source | |
| HasCode c => HasCode ((:>) * * (ReqBody * a b) c) Source | |
| (KnownSymbol s, HasCode a) => HasCode ((:>) Symbol * s a) Source |