Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

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

  1. showDateParseError :: (Show t, Show (Token t), Show e) => ParseErrorBundle t e -> String

    hledger-lib Hledger.Utils.Parse

    No documentation available.

  2. showBeancountMetadata :: Maybe Int -> BMetadata -> Text

    hledger-lib Hledger.Write.Beancount

    Render a Beancount metadata as a metadata line (without the indentation or newline). If a maximum name length is provided, space will be left after the colon so that successive metadata values will all start at the same column.

  3. showTransactionBeancount :: Transaction -> Text

    hledger-lib Hledger.Write.Beancount

    Like showTransaction, but applies various adjustments to produce valid Beancount journal data.

  4. showJSValue :: JSValue -> String

    jsaddle Language.Javascript.JSaddle.Value

    Show a JSValue but just say "object" if the value is a JavaScript object.

  5. showsExpressionPrec :: (Show a, C a, C a) => Int -> String -> T a -> String -> String

    numeric-prelude MathObj.Polynomial

    No documentation available.

  6. showPositionalBasis :: Integer -> Integer -> Integer -> String

    numeric-prelude Number.FixedPoint

    No documentation available.

  7. showPositionalBin :: Integer -> Integer -> String

    numeric-prelude Number.FixedPoint

    No documentation available.

  8. showPositionalDec :: Integer -> Integer -> String

    numeric-prelude Number.FixedPoint

    very efficient because it can make use of the decimal output of show

  9. showPositionalHex :: Integer -> Integer -> String

    numeric-prelude Number.FixedPoint

    No documentation available.

  10. showUnitError :: Show v => Bool -> Int -> v -> T a v -> String

    numeric-prelude Number.OccasionallyScalarExpression

    No documentation available.

Page 105 of many | Previous | Next