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.
fromEnum :: Enum a => a -> Intbase-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.
-
base-prelude BasePrelude Returns the number of CPUs that the machine has
-
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). -
base-prelude BasePrelude Convert from an Int.
DataTypeNumeric :: Maybe (Word, Maybe Word) -> DataTypebeam-core Database.Beam.Backend.SQL.AST No documentation available.
-
beam-core Database.Beam.Backend.SQL.SQL2003 No documentation available.
class IsSql99ExpressionSyntax expr =>
IsSql2003EnhancedNumericFunctionsExpressionSyntax exprbeam-core Database.Beam.Backend.SQL.SQL2003 Optional SQL2003 "Enhanced numeric functions" T621 support
rowNumberE :: IsSql2003ExpressionSyntax expr => exprbeam-core Database.Beam.Backend.SQL.SQL2003 No documentation available.
rowNumber_ :: (BeamSql2003ExpressionBackend be, Integral a) => QAgg be s abeam-core Database.Beam.Query SQL2003 ROW_NUMBER function
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.