Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Web.Minion.Introspect
Documentation
data Introspected Source #
Constructors
QueryParam | |
Capture | |
Captures | |
Header | |
Request | |
Response | |
Description |
type family Introspection i (t :: Introspected) :: Type -> Constraint Source #
Instances
type Introspection Void 'Capture Source # | |
Defined in Web.Minion.Introspect | |
type Introspection Void 'Captures Source # | |
Defined in Web.Minion.Introspect | |
type Introspection Void 'Header Source # | |
Defined in Web.Minion.Introspect | |
type Introspection Void 'QueryParam Source # | |
Defined in Web.Minion.Introspect | |
type Introspection Void 'Request Source # | |
Defined in Web.Minion.Introspect | |
type Introspection Void 'Response Source # | |
Defined in Web.Minion.Introspect |
class AbsolutelyNothing a Source #
Instances
AbsolutelyNothing (a :: k) Source # | |
Defined in Web.Minion.Introspect |