Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. isFirst :: Cursor -> Bool

    xml Text.XML.Light.Cursor

    Are we at the left end of the the document?

  2. interleaveFirstPattern :: Storable a => [Vector a] -> Vector a

    storablevector Data.StorableVector.Lazy

    Interleave lazy vectors while maintaining the chunk pattern of the first vector. All input vectors must have the same length.

  3. interleaveFirstPattern :: (Size size, Storable a) => [Vector size a] -> Vector size a

    storablevector Data.StorableVector.Lazy.Typed

    Interleave lazy vectors while maintaining the chunk pattern of the first vector. All input vectors must have the same length.

  4. periodFirstDay :: DayPeriod p => p -> Day

    time-compat Data.Time.Calendar.Compat

    Returns the first Day in a period of days.

  5. weekFirstDay :: DayOfWeek -> Day -> Day

    time-compat Data.Time.Calendar.Compat

    Returns the first day of a week containing the given Day. Examples:

    >>> weekFirstDay Sunday (YearMonthDay 2022 02 21)
    YearMonthDay 2022 2 20
    
    >>> weekFirstDay Monday (YearMonthDay 2022 02 21)
    YearMonthDay 2022 2 21
    
    >>> weekFirstDay Tuesday (YearMonthDay 2022 02 21)
    YearMonthDay 2022 2 15
    

  6. equivalentWhenFirstSucceeds :: (Show a, GenValid a, Show b, Eq b, CanFail f) => (a -> f b) -> (a -> b) -> Property

    genvalidity-sydtest Test.Syd.Validity

    No documentation available.

  7. equivalentWhenFirstSucceeds2 :: (Show a, GenValid a, Show b, GenValid b, Show c, Eq c, CanFail f) => (a -> b -> f c) -> (a -> b -> c) -> Property

    genvalidity-sydtest Test.Syd.Validity

    No documentation available.

  8. equivalentWhenFirstSucceedsOnArbitrary :: (Show a, Arbitrary a, Show b, Eq b, CanFail f) => (a -> f b) -> (a -> b) -> Property

    genvalidity-sydtest Test.Syd.Validity

    No documentation available.

  9. equivalentWhenFirstSucceedsOnArbitrary2 :: (Show a, Arbitrary a, Show b, Arbitrary b, Show c, Eq c, CanFail f) => (a -> b -> f c) -> (a -> b -> c) -> Property

    genvalidity-sydtest Test.Syd.Validity

    No documentation available.

  10. equivalentWhenFirstSucceedsOnGen :: (Show a, Show b, Eq b, CanFail f) => (a -> f b) -> (a -> b) -> Gen a -> (a -> [a]) -> Property

    genvalidity-sydtest Test.Syd.Validity

    No documentation available.

Page 44 of many | Previous | Next