Hoogle Search
Within LTS Haskell 24.35 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
_paramSchemaPattern :: ParamSchema (t :: SwaggerKind Type) -> Maybe Patternswagger2 Data.Swagger.Internal No documentation available.
_schemaParamSchema :: Schema -> ParamSchema ('SwaggerKindSchema :: SwaggerKind Type)swagger2 Data.Swagger.Internal No documentation available.
_schemaProperties :: Schema -> InsOrdHashMap Text (Referenced Schema)swagger2 Data.Swagger.Internal No documentation available.
genericMappend :: (Generic a, GMonoid (Rep a)) => a -> a -> aswagger2 Data.Swagger.Internal.Utils No documentation available.
gmappend :: GMonoid f => f p -> f p -> f pswagger2 Data.Swagger.Internal.Utils No documentation available.
swaggerMappend :: SwaggerMonoid m => m -> m -> mswagger2 Data.Swagger.Internal.Utils No documentation available.
productMapperIsLabel :: TyLit -> Type -> Type -> Name -> Int -> Int -> Decth-lego THLego.Instances Template of IsLabel for instances mapping to mapper functions.
instance (mapper ~ (Text -> Text)) => IsLabel "name" (mapper -> Person -> Person)
sumMapperIsLabel :: TyLit -> Type -> Name -> [Type] -> Decth-lego THLego.Instances Template of IsLabel for instances mapping to mapper functions.
instance (mapper ~ (Int -> Text -> (Int, Text))) => IsLabel "error" (mapper -> Result -> Result)
productMapper :: Name -> Int -> Int -> Expth-lego THLego.Lambdas Lambda expression, which maps a product member by index.
sumMapper :: Name -> Int -> Expth-lego THLego.Lambdas Lambda expression, which maps a sum member by index.