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.

  1. newtype RenderEnums

    clash-lib Clash.Backend

    Is '-fclash-render-enums' set?

  2. RenderEnums :: Bool -> RenderEnums

    clash-lib Clash.Backend

    No documentation available.

  3. renderEnums :: Backend state => State state RenderEnums

    clash-lib Clash.Backend

    Whether -fclash-no-render-enums was set

  4. opt_renderEnums :: ClashOpts -> Bool

    clash-lib Clash.Driver.Types

    Render sum types with all zero-width fields as enums where supported, as opposed to rendering them as bitvectors.

  5. parseNumber :: Parser [Char]

    currycarbon Currycarbon.ParserHelpers

    No documentation available.

  6. isFiniteNumber :: forall a (d :: Dimension) . RealFloat a => Quantity d a -> Bool

    dimensional 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
    

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

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

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

    dimensional Numeric.Units.Dimensional.Prelude

    Convert from an Int.

  9. type DWaveNumber = 'Dim 'Neg1 'Zero 'Zero 'Zero 'Zero 'Zero 'Zero

    dimensional Numeric.Units.Dimensional.Quantities

    No documentation available.

  10. type WaveNumber = Quantity DWaveNumber

    dimensional Numeric.Units.Dimensional.Quantities

    No documentation available.

Page 186 of many | Previous | Next