Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

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

    base-prelude BasePrelude.Operators

    Forms the ratio of two integral numbers.

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

    mixed-types-num MixedTypesNumPrelude

    Forms the ratio of two integral numbers.

  3. type family (t :: k1) % (b :: k2) :: ErrorMessage

    incipit-base Incipit.TypeError

    Concat two error message strings with a newline.

  4. (%) :: DString -> DString -> DString

    test-fun Test.Fun.Internal.Pretty

    No documentation available.

  5. (%) :: forall (dim :: [Factor Type]) unit n . (ValidDLU dim ('DefaultLCSU :: LCSU Type) unit, Fractional n) => n -> unit -> Qu dim ('DefaultLCSU :: LCSU Type) n

    units Data.Metrology

    Infix synonym for quOf

  6. (%) :: forall (dim :: [Factor Type]) (lcsu :: LCSU Type) unit n . (ValidDLU dim lcsu unit, Fractional n) => n -> unit -> Qu dim lcsu n

    units Data.Metrology.Poly

    Infix synonym for quOf

  7. (%) :: forall (dim :: [Factor Type]) (lcsu :: LCSU Type) unit n . (ValidDLU dim lcsu unit, VectorSpace n, Fractional (Scalar n)) => n -> unit -> Qu dim lcsu n

    units Data.Metrology.Vector

    Infix synonym for quOf

  8. (%) :: Coords -> Plane -> Draw

    ansi-terminal-game Terminal.Game

    Pastes one Plane onto another. To be used along with & like this:

    d :: Plane
    d =          blankPlane 100 100  &
    (3, 4) % box '_' 3 5         &
    (a, b) % cell 'A' # bold
    

  9. (%) :: (a -> b) -> a -> b

    configuration-tools Configuration.Utils.Operators

    This operator is an alternative for $ with a higher precedence. It is suitable for usage within applicative style code without the need to add parenthesis.

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

    influxdb Database.InfluxDB

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

Page 3 of many | Previous | Next