Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

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

  1. ParsingHeaderFail :: String -> ASN1Error

    asn1-encoding Data.ASN1.Error

    Parsing an invalid header.

  2. ParsingPartial :: ASN1Error

    asn1-encoding Data.ASN1.Error

    Parsing is not finished, there is construction unended.

  3. PolicyFailed :: String -> String -> ASN1Error

    asn1-encoding Data.ASN1.Error

    Policy failed including the name of the policy and the reason.

  4. module Data.ASN1.Prim

    Tools to read ASN1 primitive (e.g. boolean, int)

  5. newtype Product a

    base-compat-batteries Data.Monoid.Compat

    Monoid under multiplication.

    Product x <> Product y == Product (x * y)
    

    Examples

    >>> Product 3 <> Product 4 <> mempty
    Product {getProduct = 12}
    
    >>> mconcat [ Product n | n <- [2 .. 10]]
    Product {getProduct = 3628800}
    

  6. Product :: a -> Product a

    base-compat-batteries Data.Monoid.Compat

    No documentation available.

  7. newtype Product a

    base-compat-batteries Data.Semigroup.Compat

    Monoid under multiplication.

    Product x <> Product y == Product (x * y)
    

    Examples

    >>> Product 3 <> Product 4 <> mempty
    Product {getProduct = 12}
    
    >>> mconcat [ Product n | n <- [2 .. 10]]
    Product {getProduct = 3628800}
    

  8. Product :: a -> Product a

    base-compat-batteries Data.Semigroup.Compat

    No documentation available.

  9. type Prism s t a b = forall (p :: Type -> Type -> Type) (f :: Type -> Type) . (Choice p, Applicative f) => p a f b -> p s f t

    generic-lens Data.Generics.Internal.VL

    Type alias for prism

  10. type Prism' s a = Prism s s a a

    generic-lens Data.Generics.Internal.VL

    No documentation available.

Page 364 of many | Previous | Next