Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. data FormatMode

    prefix-units Data.Prefix.Units

    Defines the formatting modes.

  2. FormatSiAll :: FormatMode

    prefix-units Data.Prefix.Units

    Formats the value using any SI unit.

  3. FormatSiKMGT :: FormatMode

    prefix-units Data.Prefix.Units

    Formats the value using units greater or equal to Kilo.

  4. FormatSiSupraunitary :: FormatMode

    prefix-units Data.Prefix.Units

    Formats the value using supraunitary SI units only (which means that e.g. 0.001 will remain as such instead of being formatted as 1m).

  5. FormatUnscaled :: FormatMode

    prefix-units Data.Prefix.Units

    Formats the value as it is, without scaling.

  6. Foreground :: Section

    pretty-terminal System.Console.Pretty

    No documentation available.

  7. data Formula

    pseudo-boolean Data.PseudoBoolean

    Pair of objective function and a list of constraints.

  8. Formula :: Maybe Sum -> [Constraint] -> Int -> Int -> Formula

    pseudo-boolean Data.PseudoBoolean

    No documentation available.

  9. data ForeignOptions

    purescript-bridge Language.PureScript.Bridge.CodeGenSwitches

    No documentation available.

  10. ForeignOptions :: Bool -> Bool -> ForeignOptions

    purescript-bridge Language.PureScript.Bridge.CodeGenSwitches

    No documentation available.

Page 340 of many | Previous | Next