Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. (%) :: Format b c -> Format a b -> Format a c

    influxdb Database.InfluxDB.Format

    Format specific synonym of (.). This is typically easier to use than (.) is because it doesn't conflict with Prelude.(.).

  2. (%) :: Matplotlib -> Matplotlib -> Matplotlib

    matplotlib Graphics.Matplotlib

    Combine two matplotlib commands

  3. (%) :: Matplotlib -> Matplotlib -> Matplotlib

    matplotlib Graphics.Matplotlib.Internal

    Combine two matplotlib commands

  4. type family (m :: Nat) % (n :: Nat) :: Rat

    o-clock Time.Rational

    Type family for normalized pair of Nats — Rat.

  5. (%) :: Show a => String -> a -> String

    percent-format Text.PercentFormat

    Formats a single value into a string without finalizing: leaving duplicate percent signs & remaining format sequences.

    > "Hello %s!" % "World"
    "Hello World!"
    
    > "processor usage: %d%%" % 67
    "processor usage: 67%%"
    
    > "load avg: %.2f %.2f %.2f" % 0.666
    "load avg: %0.67 %.2f %.2f"
    
    Please use -% when formatting the last value into a string so that duplicate percent signs are removed.

  6. (%) :: Integer -> Integer -> Quotient

    percent-format Text.PercentFormat.Quotient

    Smart-constructor for Quotients

  7. (%) :: String -> (Format t -> Format q) -> Format t -> Format q

    scanf Text.Scanf

    Append a constant string to a format string component. N.B.: in scanf, spaces in the format string match any number of whitespace character until the next nonspace character.

  8. (%) :: String -> (Format t -> Format q) -> Format t -> Format q

    scanf Text.Scanf.Internal

    Append a constant string to a format string component. N.B.: in scanf, spaces in the format string match any number of whitespace character until the next nonspace character.

  9. (%) :: Integral a => a -> a -> Ratio a

    tidal Sound.Tidal.Boot

    Forms the ratio of two integral numbers.

  10. (%) :: GCDDomain d => d -> d -> Fraction d

    algebra Numeric.Field.Fraction

    No documentation available.

Page 4 of many | Previous | Next