Hoogle Search

Within LTS Haskell 24.58 (ghc-9.10.3)

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

  1. _head :: forall (n :: Natural) a f . (Storable a, Functor f) => (a -> f a) -> Vector (1 + n) a -> f (Vector (1 + n) a)

    vector-sized Data.Vector.Storable.Sized

    Lens to access (O(1)) and update (O(n)) the first element of a non-empty vector.

  2. _head :: forall (n :: Natural) a f . (Unbox a, Functor f) => (a -> f a) -> Vector (1 + n) a -> f (Vector (1 + n) a)

    vector-sized Data.Vector.Unboxed.Sized

    Lens to access (O(1)) and update (O(n)) the first element of a non-empty vector.

  3. makeFileRuleHead :: UIStyle -> Style

    yi-language Yi.Style

    makefile rule headers

  4. data ASN1Header

    asn1-encoding Data.ASN1.BinaryEncoding.Raw

    ASN1 Header with the class, tag, constructed flag and length.

  5. ASN1Header :: ASN1Class -> ASN1Tag -> Bool -> ASN1Length -> ASN1Header

    asn1-encoding Data.ASN1.BinaryEncoding.Raw

    No documentation available.

  6. ParsingHeaderFail :: String -> ASN1Error

    asn1-encoding Data.ASN1.Error

    Parsing an invalid header.

  7. encodeHeader :: Bool -> ASN1Length -> ASN1 -> ASN1Header

    asn1-encoding Data.ASN1.Prim

    No documentation available.

  8. encodePrimitiveHeader :: ASN1Length -> ASN1 -> ASN1Header

    asn1-encoding Data.ASN1.Prim

    No documentation available.

  9. data MatchHeader

    hspec-wai Test.Hspec.Wai

    No documentation available.

  10. MatchHeader :: ([Header] -> Body -> Maybe String) -> MatchHeader

    hspec-wai Test.Hspec.Wai

    No documentation available.

Page 190 of many | Previous | Next