Hoogle Search
Within LTS Haskell 24.35 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
formatTokens :: [Token] -> Stringregex Text.RE.ZeInternals format [Token] into an RE string
formatTokens' :: FormatTokenREOptions -> [Token] -> Stringregex Text.RE.ZeInternals the general Token formatter, generating REs according to the options
formatTokens0 :: [Token] -> Stringregex Text.RE.ZeInternals No documentation available.
-
sbv Data.SBV.Internals Forcing an argument; this is a necessary evil to make sure all the arguments to an uninterpreted function are evaluated before called; the semantics of uinterpreted functions is necessarily strict; deviating from Haskell's
-
sbv Documentation.SBV.Examples.KnuckleDragger.Basics Pushing a universal through conjunction. We have:
>>> forallConjunction Lemma: forallConjunction Q.E.D. [Proven] forallConjunction
-
sbv Documentation.SBV.Examples.KnuckleDragger.Basics We cannot push a universal through a disjunction. We have:
>>> forallDisjunctionNot `catch` (\(_ :: SomeException) -> pure ()) Lemma: forallConjunctionNot *** Failed to prove forallConjunctionNot. Falsifiable. Counter-example: p :: T -> Bool p T_2 = True p T_0 = True p _ = False q :: T -> Bool q T_2 = False q T_0 = False q _ = True
Note how p assigns two selected values to True and everything else to False, while q does the exact opposite. So, there is no common value that satisfies both, providing a counter-example. (It's not clear why the solver finds a model with two distinct values, as one would have sufficed. But it is still a valud model.) -
set-cover Math.SetCover.Cuboid No documentation available.
-
soxlib Sound.SoxLib All SoxLib operations must be enclosed in formatWith. You must only call it once per program.
forkIOManaged :: IO () -> IO ThreadIdstreamly-core Streamly.Internal.Control.ForkIO Fork a thread that is automatically killed as soon as the reference to the returned threadId is garbage collected.
forkManagedWith :: MonadIO m => (m () -> m ThreadId) -> m () -> m ThreadIdstreamly-core Streamly.Internal.Control.ForkIO Fork a thread that is automatically killed as soon as the reference to the returned threadId is garbage collected.