Hoogle Search

Within LTS Haskell 24.2 (ghc-9.10.2)

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

  1. fail :: PolyCont (Return IOError) r Void => String -> r

    control-dsl Control.Dsl.Return

    Lift an IOError to the answer type, similar to fail. This fail function aims to be used as the last statement of a do block.

  2. encodeEnum32 :: Enum a => a -> ByteString

    network-transport Network.Transport.Internal

    Encode an Enum in 32 bits by encoding its signed Int equivalent (beware of truncation, an Enum may contain more than 2^32 points).

  3. encodeEnum16 :: Enum a => a -> ByteString

    network-transport Network.Transport.Internal

    Encode an Enum in 16 bits by encoding its signed Int equivalent (beware of truncation, an Enum may contain more than 2^16 points).

  4. fromString :: C name => String -> name

    xml-basic Text.XML.Basic.Name

    No documentation available.

  5. readBin :: Num a => String -> a

    sbv Data.SBV.Internals

    A more convenient interface for reading binary numbers, also supports negative numbers

  6. drumN :: Num a => String -> a

    tidal-core Sound.Tidal.Params

    No documentation available.

  7. drumN :: Num a => String -> a

    tidal Sound.Tidal.Boot

    No documentation available.

  8. defPickle :: Show a => a -> ByteString

    n2o-nitro Network.N2O.Nitro

    Default pickler

  9. readDec' :: (Num a, Eq a) => String -> a

    happstack-server Happstack.Server.Internal.Types

    No documentation available.

  10. readDec' :: (Num a, Eq a) => String -> a

    happstack-server Happstack.Server.Types

    No documentation available.

Page 10 of many | Previous | Next