Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. signum :: Num a => a -> a

    protolude Protolude.Base

    Sign of a number. The functions abs and signum should satisfy the law:

    abs x * signum x == x
    
    For real numbers, the signum is either -1 (negative), 0 (zero) or 1 (positive).

  2. toEnum :: Enum a => Int -> a

    protolude Protolude.Base

    Convert from an Int.

  3. getNumSubs :: Regex -> Int

    regex-pcre-builtin Text.Regex.PCRE

    No documentation available.

  4. getNumSubs :: Regex -> Int

    regex-pcre-builtin Text.Regex.PCRE.Wrap

    No documentation available.

  5. signum :: OrderedRing a => a -> a

    semirings Data.Ring.Ordered

    Determine the 'sign' of a value.

  6. WrapNum :: a -> WrappedNum a

    semirings Data.Semiring

    No documentation available.

  7. newtype WrappedNum a

    semirings Data.Semiring

    Provide Semiring and Ring for an arbitrary Num. It is useful with GHC 8.6+'s DerivingVia extension.

  8. unwrapNum :: WrappedNum a -> a

    semirings Data.Semiring

    No documentation available.

  9. getNumAcceptLoops :: ServerConfig hookState -> Int

    snap-server Snap.Http.Server.Types

    No documentation available.

  10. setNumAcceptLoops :: Int -> ServerConfig hookState -> ServerConfig hookState

    snap-server Snap.Http.Server.Types

    No documentation available.

Page 256 of many | Previous | Next