Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. fromEnum :: Enum a => a -> Int

    base-prelude BasePrelude

    Convert to an Int. It is implementation-dependent what fromEnum returns when applied to a value that is too large to fit in an Int.

  2. getNumProcessors :: IO Int

    base-prelude BasePrelude

    Returns the number of CPUs that the machine has

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

    base-prelude BasePrelude

    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).

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

    base-prelude BasePrelude

    Convert from an Int.

  5. DataTypeNumeric :: Maybe (Word, Maybe Word) -> DataType

    beam-core Database.Beam.Backend.SQL.AST

    No documentation available.

  6. class IsSql99AggregationExpressionSyntax agg => IsSql2003EnhancedNumericFunctionsAggregationExpressionSyntax agg

    beam-core Database.Beam.Backend.SQL.SQL2003

    No documentation available.

  7. class IsSql99ExpressionSyntax expr => IsSql2003EnhancedNumericFunctionsExpressionSyntax expr

    beam-core Database.Beam.Backend.SQL.SQL2003

    Optional SQL2003 "Enhanced numeric functions" T621 support

  8. rowNumberE :: IsSql2003ExpressionSyntax expr => expr

    beam-core Database.Beam.Backend.SQL.SQL2003

    No documentation available.

  9. rowNumber_ :: (BeamSql2003ExpressionBackend be, Integral a) => QAgg be s a

    beam-core Database.Beam.Query

    SQL2003 ROW_NUMBER function

  10. enumFromToUnsigned :: forall (w :: Nat) . BV w -> BV w -> [BV w]

    bv-sized Data.BitVector.Sized

    List of all unsigned bitvectors from a lower to an upper bound, inclusive.

Page 343 of many | Previous | Next