Hoogle Search
Within LTS Haskell 24.28 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
genvalidity Data.GenValidity.Utils A version of listOf that takes size into account more accurately. This generator distributes the size that is is given among the values in the list that it generates.
genListOf1 :: Gen a -> Gen [a]genvalidity Data.GenValidity.Utils A version of genNonEmptyOf that returns a list instead of a NonEmpty.
shrinkList :: (a -> [a]) -> [a] -> [[a]]genvalidity Data.GenValidity.Utils Shrink a list of values given a shrinking function for individual values.
blockFromList :: [n O O] -> Block n O Oghc GHC.Cmm.Dataflow.Block No documentation available.
blockToList :: Block n O O -> [n O O]ghc GHC.Cmm.Dataflow.Block No documentation available.
-
ghc GHC.Cmm.Dataflow.Graph No documentation available.
bodyToBlockList :: forall (n :: Extensibility -> Extensibility -> Type) . Body n -> [Block n C C]ghc GHC.Cmm.Dataflow.Graph No documentation available.
mapFromList :: [(Label, v)] -> LabelMap vghc GHC.Cmm.Dataflow.Label No documentation available.
mapFromListWith :: (v -> v -> v) -> [(Label, v)] -> LabelMap vghc GHC.Cmm.Dataflow.Label No documentation available.
mapToList :: LabelMap b -> [(Label, b)]ghc GHC.Cmm.Dataflow.Label No documentation available.