Hoogle Search

Within LTS Haskell 24.12 (ghc-9.10.3)

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

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

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

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

    cabal-install Distribution.Client.ProjectConfig

    No documentation available.

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

    cabal-install Distribution.Client.ProjectConfig

    No documentation available.

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

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

    cabal-install Distribution.Client.ProjectConfig.Types

    No documentation available.

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

    cabal-install Distribution.Client.ProjectConfig.Types

    No documentation available.

  8. tlast :: forall (n :: Nat) a . RTree n a -> a

    clash-prelude Clash.Sized.RTree

    Extract the last element of a tree The last element is defined to be the bottom-right leaf.

    >>> tlast $ BR (BR (LR 1) (LR 2)) (BR (LR 3) (LR 4))
    4
    

  9. canonicalizeBndnLast :: Int -> Bndn -> Bndn

    code-conjure Conjure.Defn

    No documentation available.

  10. mapInnerFirstOuterLast :: (Expr -> Expr) -> Expr -> Expr

    code-conjure Conjure.Expr

    No documentation available.

Page 123 of many | Previous | Next