Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

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

    swagger2 Data.Swagger.Internal

    No documentation available.

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

    swagger2 Data.Swagger.Internal.Utils

    No documentation available.

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

    swagger2 Data.Swagger.Internal.Utils

    No documentation available.

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

    swagger2 Data.Swagger.Internal.Utils

    No documentation available.

  5. 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)
    

  6. 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)
    

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

    th-lego THLego.Lambdas

    Lambda expression, which maps a product member by index.

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

    th-lego THLego.Lambdas

    Lambda expression, which maps a sum member by index.

  9. module Data.LinearMap

    Linear maps

  10. inLMap :: (LMap' r s -> LMap' t u) -> (r :-* s) -> t :-* u

    vector-space Data.LinearMap

    No documentation available.

Page 592 of many | Previous | Next