Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
clash-lib Clash.Backend Is '-fclash-render-enums' set?
RenderEnums :: Bool -> RenderEnumsclash-lib Clash.Backend No documentation available.
renderEnums :: Backend state => State state RenderEnumsclash-lib Clash.Backend Whether -fclash-no-render-enums was set
opt_renderEnums :: ClashOpts -> Boolclash-lib Clash.Driver.Types Render sum types with all zero-width fields as enums where supported, as opposed to rendering them as bitvectors.
-
currycarbon Currycarbon.ParserHelpers No documentation available.
isFiniteNumber :: forall a (d :: Dimension) . RealFloat a => Quantity d a -> Booldimensional Numeric.Units.Dimensional.Float True if the representation of the argument is a number and is not infinite.
>>> isFiniteNumber (_1 / _0) False
>>> isFiniteNumber (_0 / _0) False
>>> isFiniteNumber (_3 / _2) True
fromEnum :: Enum a => a -> Intdimensional Numeric.Units.Dimensional.Prelude 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.
-
dimensional Numeric.Units.Dimensional.Prelude Convert from an Int.
type
DWaveNumber = 'Dim 'Neg1 'Zero 'Zero 'Zero 'Zero 'Zero 'Zerodimensional Numeric.Units.Dimensional.Quantities No documentation available.
type
WaveNumber = Quantity DWaveNumberdimensional Numeric.Units.Dimensional.Quantities No documentation available.