Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. data Seq a

    containers Data.Sequence

    General-purpose finite sequences.

  2. newtype Seq a

    containers Data.Sequence.Internal

    General-purpose finite sequences.

  3. Seq :: FingerTree (Elem a) -> Seq a

    containers Data.Sequence.Internal

    No documentation available.

  4. liftA2Seq :: (a -> b -> c) -> Seq a -> Seq b -> Seq c

    containers Data.Sequence.Internal

    No documentation available.

  5. mergeQ :: (a -> a -> Ordering) -> Queue a -> Queue a -> Queue a

    containers Data.Sequence.Internal.Sorting

    mergeQ merges two Queues.

  6. frequency :: HasCallStack => [(Int, Gen a)] -> Gen a

    QuickCheck Test.QuickCheck

    Chooses one of the given generators, with a weighted random distribution. The input list must be non-empty.

  7. frequency :: HasCallStack => [(Int, Gen a)] -> Gen a

    QuickCheck Test.QuickCheck.Gen

    Chooses one of the given generators, with a weighted random distribution. The input list must be non-empty.

  8. sequential :: SpecWith a -> SpecWith a

    hspec Test.Hspec

    sequential marks all spec items of the given spec to be evaluated sequentially.

  9. sequentialTestGroup :: TestName -> DependencyType -> [TestTree] -> TestTree

    tasty Test.Tasty

    Deprecated: Use dependentTestGroup instead

  10. Seq :: TestOutput -> TestOutput -> TestOutput

    tasty Test.Tasty.Ingredients.ConsoleReporter

    Two sets of TestOutput on the same level.

Page 138 of many | Previous | Next