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.
-
containers Data.Sequence General-purpose finite sequences.
-
containers Data.Sequence.Internal General-purpose finite sequences.
Seq :: FingerTree (Elem a) -> Seq acontainers Data.Sequence.Internal No documentation available.
liftA2Seq :: (a -> b -> c) -> Seq a -> Seq b -> Seq ccontainers Data.Sequence.Internal No documentation available.
mergeQ :: (a -> a -> Ordering) -> Queue a -> Queue a -> Queue acontainers Data.Sequence.Internal.Sorting frequency :: HasCallStack => [(Int, Gen a)] -> Gen aQuickCheck Test.QuickCheck Chooses one of the given generators, with a weighted random distribution. The input list must be non-empty.
frequency :: HasCallStack => [(Int, Gen a)] -> Gen aQuickCheck Test.QuickCheck.Gen Chooses one of the given generators, with a weighted random distribution. The input list must be non-empty.
sequential :: SpecWith a -> SpecWith ahspec Test.Hspec sequential marks all spec items of the given spec to be evaluated sequentially.
sequentialTestGroup :: TestName -> DependencyType -> [TestTree] -> TestTreetasty Test.Tasty Deprecated: Use dependentTestGroup instead
Seq :: TestOutput -> TestOutput -> TestOutputtasty Test.Tasty.Ingredients.ConsoleReporter Two sets of TestOutput on the same level.