Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
isPrefixOf :: Eq a => [a] -> NonEmpty a -> Boolbase Data.List.NonEmpty The isPrefixOf function returns True if the first argument is a prefix of the second.
-
base System.IO The implementation of mfix for IO. If the function passed to fixIO inspects its argument, the resulting action will throw FixIOException.
unsafeFixIO :: (a -> IO a) -> IO abase System.IO.Unsafe 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.numberToFixed :: Integer -> Number -> Maybe (Integer, Integer)base Text.Read.Lex No documentation available.
-
base GHC.Base Given the pointer to the first block of a CNF and the address of the root object in the old address space, fix up the internal pointers inside the CNF to account for a different position in memory than when it was serialized. This method must be called exactly once after importing a serialized CNF. It returns the new CNF and the new adjusted root address.
-
base GHC.Exts Given the pointer to the first block of a CNF and the address of the root object in the old address space, fix up the internal pointers inside the CNF to account for a different position in memory than when it was serialized. This method must be called exactly once after importing a serialized CNF. It returns the new CNF and the new adjusted root address.
-
base GHC.Float No documentation available.
floatRadix :: RealFloat a => a -> Integerbase GHC.Float a constant function, returning the radix of the representation (often 2)
-
base GHC.Generics Datatype to represent the fixity of a constructor. An infix | declaration directly corresponds to an application of Infix.
-
base GHC.Generics This variant of Fixity appears at the type level.