Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. bugLastChangeTime :: Bug -> UTCTime

    bugzilla-redhat Web.RedHatBugzilla

    No documentation available.

  2. maintainerOfLastResort :: NameAddr

    cabal-debian Debian.Policy

    Maintainer is a mandatory field, so we need a value we can use when all else fails.

  3. fieldLineToLastRow :: FieldLine (Position, cs) -> Int

    cabal-gild CabalGild.Unstable.Action.ReflowText

    Extracts the last row number from a field line, which will not belong to any of its comments.

  4. newtype MapLast k v

    cabal-install Distribution.Client.ProjectConfig

    Newtype wrapper for Map that provides a Monoid instance that takes the last value rather than the first value for overlapping keys.

  5. MapLast :: Map k v -> MapLast k v

    cabal-install Distribution.Client.ProjectConfig

    No documentation available.

  6. getMapLast :: MapLast k v -> Map k v

    cabal-install Distribution.Client.ProjectConfig

    No documentation available.

  7. newtype MapLast k v

    cabal-install Distribution.Client.ProjectConfig.Types

    Newtype wrapper for Map that provides a Monoid instance that takes the last value rather than the first value for overlapping keys.

  8. MapLast :: Map k v -> MapLast k v

    cabal-install Distribution.Client.ProjectConfig.Types

    No documentation available.

  9. getMapLast :: MapLast k v -> Map k v

    cabal-install Distribution.Client.ProjectConfig.Types

    No documentation available.

  10. reduceLast :: Integer -> Type -> Term -> TransformContext -> NormalizeSession Term

    clash-lib Clash.Normalize.PrimitiveReductions

    Replace an application of the Clash.Sized.Vector.last primitive on vectors of a known length n, by a projection of the last element of a vector.

Page 123 of many | Previous | Next