Hoogle Search
Within LTS Haskell 24.46 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
No documentation available.
testRunResultNumShrinks :: TestRunResult -> !Maybe Wordsydtest Test.Syd.Run No documentation available.
testRunResultNumTests :: TestRunResult -> !Maybe Wordsydtest Test.Syd.Run No documentation available.
class
Enumerable (t :: Type -> Type -> Type -> Type)pipes Pipes Enumerable generalizes Foldable, converting effectful containers to ListTs. Instances of Enumerable must satisfy these two laws:
toListT (return r) = return r toListT $ do x <- m = do x <- toListT m f x toListT (f x)
In other words, toListT is monad morphism.enumerate :: ListT (m :: Type -> Type) a -> Producer a m ()pipes Pipes No documentation available.
-
No documentation available.
-
regex-tdfa Data.IntMap.EnumMap2 No documentation available.
EnumMap :: IntMap a -> EnumMap k aregex-tdfa Data.IntMap.EnumMap2 No documentation available.
unEnumMap :: EnumMap k a -> IntMap aregex-tdfa Data.IntMap.EnumMap2 No documentation available.
-
No documentation available.