Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. mix64variant13 :: Word64 -> Word64

    hedgehog Hedgehog.Internal.Seed

    No documentation available.

  2. mixGamma :: Word64 -> Word64

    hedgehog Hedgehog.Internal.Seed

    No documentation available.

  3. InfixCons :: Value -> [(Name, Value)] -> Value

    hedgehog Hedgehog.Internal.Show

    Infix data constructor chain

  4. parallelPrefix :: Parallel (m :: Type -> Type) (state :: (Type -> Type) -> Type) -> [Action m state]

    hedgehog Hedgehog.Internal.State

    The sequential prefix.

  5. discoverPrefix :: String -> TExpQ Group

    hedgehog Hedgehog.Internal.TH

    No documentation available.

  6. writePrimFixed :: FixedPrim a -> a -> Write

    blaze-builder Blaze.ByteString.Builder.Compat.Write

    No documentation available.

  7. pstateLinePrefix :: PosState s -> String

    megaparsec Text.Megaparsec

    Prefix to prepend to offending line

  8. pstateLinePrefix :: PosState s -> String

    megaparsec Text.Megaparsec.State

    Prefix to prepend to offending line

  9. isPrefixOf :: Eq a => [a] -> NonEmpty a -> Bool

    base-compat Data.List.NonEmpty.Compat

    The isPrefixOf function returns True if the first argument is a prefix of the second.

  10. unsafeFixIO :: (a -> IO a) -> IO a

    base-compat System.IO.Unsafe.Compat

    A slightly faster version of fixIO that may not be safe to use with multiple threads. The unsafety arises when used like this:

    unsafeFixIO $ \r -> do
    forkIO (print r)
    return (...)
    
    In this case, the child thread will receive a NonTermination exception instead of waiting for the value of r to be computed.

Page 54 of many | Previous | Next