Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
burrito Burrito.Internal.Type.Operator No documentation available.
type
NumOutClocksSync t (domIn :: Domain) = NumOutClocks ClocksSyncClocksInst t domInclash-prelude Clash.Clocks No documentation available.
-
clash-prelude Clash.Sized.Fixed -
clash-prelude Clash.Sized.Fixed type
NumUFixedC (int :: Natural) (frac :: Natural) = NumSFixedC int fracclash-prelude Clash.Sized.Fixed Number :: a -> Number -> Value aconfig-value Config numbers
-
config-value Config Numbers are represented as base, coefficient, and exponent. The most convenient way to get numbers into and out of this form is to use one of: numberToRational, numberToInteger, rationalToNumber, or integerToNumber. This representation is explicit about the radix and exponent used to facilitate better pretty-printing. By using explicit exponents extremely large numbers can be represented compactly. Consider that it is easy to write `1e100000000` which would use a significant amount of memory if realized as an Integer. This representation allows concerned programs to check bounds before converting to a representation like Integer.
-
This module provides a representation of numbers in scientific notation.
-
config-value Config.Number Numbers are represented as base, coefficient, and exponent. The most convenient way to get numbers into and out of this form is to use one of: numberToRational, numberToInteger, rationalToNumber, or integerToNumber. This representation is explicit about the radix and exponent used to facilitate better pretty-printing. By using explicit exponents extremely large numbers can be represented compactly. Consider that it is easy to write `1e100000000` which would use a significant amount of memory if realized as an Integer. This representation allows concerned programs to check bounds before converting to a representation like Integer.
-
core-data Core.Encoding.Json No documentation available.