Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. summary :: HasSummary s a => Lens' s a

    swagger2 Data.Swagger.Lens

    No documentation available.

  2. sumAdtDec :: Name -> [(Name, [Type])] -> Dec

    th-lego THLego.Helpers

    No documentation available.

  3. sumCon :: Name -> [Type] -> Con

    th-lego THLego.Helpers

    No documentation available.

  4. sumAccessorIsLabel :: TyLit -> Type -> Name -> [Type] -> Dec

    th-lego THLego.Instances

    instance (a ~ Maybe Text) => IsLabel "error" (Result -> a)
    

  5. sumConstructorIsLabel :: TyLit -> Type -> Name -> [Type] -> Dec

    th-lego THLego.Instances

    No documentation available.

  6. sumHasField :: TyLit -> Type -> Name -> [Type] -> Dec

    th-lego THLego.Instances

    Instance of HasField for a constructor of a sum ADT, projecting it into a Maybe tuple of its members. Generates code of the following pattern:

    instance HasField "fieldLabel" sumAdt (Maybe projectionType)
    
    • When the amount of member types is 0, projectionType is ().
    • When the amount of member types is 1, it is that member type.
    • Otherwise it is a tuple of those members.

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

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

    th-lego THLego.Lambdas

    Lambda expression, which maps a sum member by index.

  9. sumV :: (Foldable f, AdditiveGroup v) => f v -> v

    vector-space Data.AdditiveGroup

    Sum over several vectors

  10. sum_ :: (PersistField a, PersistField b) => SqlExpr (Value a) -> SqlExpr (Value (Maybe b))

    esqueleto Database.Esqueleto

    No documentation available.

Page 47 of many | Previous | Next