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.

  1. _paramSchemaPattern :: ParamSchema (t :: SwaggerKind Type) -> Maybe Pattern

    swagger2 Data.Swagger.Internal

    No documentation available.

  2. _schemaParamSchema :: Schema -> ParamSchema ('SwaggerKindSchema :: SwaggerKind Type)

    swagger2 Data.Swagger.Internal

    No documentation available.

  3. _schemaProperties :: Schema -> InsOrdHashMap Text (Referenced Schema)

    swagger2 Data.Swagger.Internal

    No documentation available.

  4. genericMappend :: (Generic a, GMonoid (Rep a)) => a -> a -> a

    swagger2 Data.Swagger.Internal.Utils

    No documentation available.

  5. gmappend :: GMonoid f => f p -> f p -> f p

    swagger2 Data.Swagger.Internal.Utils

    No documentation available.

  6. swaggerMappend :: SwaggerMonoid m => m -> m -> m

    swagger2 Data.Swagger.Internal.Utils

    No documentation available.

  7. productMapperIsLabel :: TyLit -> Type -> Type -> Name -> Int -> Int -> Dec

    th-lego THLego.Instances

    Template of IsLabel for instances mapping to mapper functions.

    instance (mapper ~ (Text -> Text)) => IsLabel "name" (mapper -> Person -> Person)
    

  8. sumMapperIsLabel :: TyLit -> Type -> Name -> [Type] -> Dec

    th-lego THLego.Instances

    Template of IsLabel for instances mapping to mapper functions.

    instance (mapper ~ (Int -> Text -> (Int, Text))) => IsLabel "error" (mapper -> Result -> Result)
    

  9. productMapper :: Name -> Int -> Int -> Exp

    th-lego THLego.Lambdas

    Lambda expression, which maps a product member by index.

  10. sumMapper :: Name -> Int -> Exp

    th-lego THLego.Lambdas

    Lambda expression, which maps a sum member by index.

Page 589 of many | Previous | Next