Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
allMatches :: Matches a -> [Match a]regex Text.RE.TDFA.ByteString.Lazy all Match instances found, left to right
allMatches :: Matches a -> [Match a]regex Text.RE.TDFA.Sequence all Match instances found, left to right
allMatches :: Matches a -> [Match a]regex Text.RE.TDFA.String all Match instances found, left to right
allMatches :: Matches a -> [Match a]regex Text.RE.TDFA.Text all Match instances found, left to right
allMatches :: Matches a -> [Match a]regex Text.RE.TDFA.Text.Lazy all Match instances found, left to right
allValuesPaths :: Statistics -> Pathsregistry Data.Registry.Internal.Statistics Return the list of distinct paths from the root of a value graph to leaves of that graph. This can be used to check if a given value was indeed used according to a given specialization
allTo :: forall (f :: Type -> Type) a b . ApplyVariadic f a b => a -> bregistry Data.Registry.Lift Lift a pure function to effectful arguments and results
allEqual :: EqSymbolic a => [a] -> SBoolsbv Data.SBV Returns (symbolic) sTrue if all the elements of the given list are the same.
allSat :: Satisfiable a => a -> IO AllSatResultsbv Data.SBV Find all satisfying assignments, using the default solver. Equivalent to allSatWith defaultSMTCfg. See allSatWith for details. NB. For a version which generalizes over the underlying monad, see allSat
allSatMaxModelCount :: SMTConfig -> Maybe Intsbv Data.SBV In a allSat call, return at most this many models. If nothing, return all.