Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. actualLinesA :: Lens' Window Int

    yi-core Yi.Window

    No documentation available.

  2. getAllTextSubmatches :: AllTextSubmatches (f :: Type -> Type) b -> f b

    yi-language Yi.Regex

    No documentation available.

  3. matchAll :: RegexLike regex source => regex -> source -> [MatchArray]

    yi-language Yi.Regex

    matchAll returns a list of matches. The matches are in order and do not overlap. If any match succeeds but has 0 length then this will be the last match in the list.

  4. module Numeric.AD.Rank1.Halley

    Root finding using Halley's rational method (the second in the class of Householder methods). Assumes the function is three times continuously differentiable and converges cubically when progress can be made.

  5. mkSmallestLength :: Int -> ASN1Length

    asn1-encoding Data.ASN1.Prim

    No documentation available.

  6. groupAllWith :: Ord b => (a -> b) -> [a] -> [NonEmpty a]

    base-compat-batteries Data.List.NonEmpty.Compat

    groupAllWith operates like groupWith, but sorts the list first so that each equivalence class has, at most, one list in the output

  7. groupAllWith1 :: Ord b => (a -> b) -> NonEmpty a -> NonEmpty (NonEmpty a)

    base-compat-batteries Data.List.NonEmpty.Compat

    groupAllWith1 is to groupWith1 as groupAllWith is to groupWith

  8. getAll :: All -> Bool

    base-compat-batteries Data.Monoid.Compat

    No documentation available.

  9. getAll :: All -> Bool

    base-compat-batteries Data.Semigroup.Compat

    No documentation available.

  10. stripOuterForallT :: Type -> Type

    deriving-compat Data.Deriving.Via.Internal

    No documentation available.

Page 478 of many | Previous | Next