Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
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 |