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.
(
% ) :: Integral a => a -> a -> Ratio abase-prelude BasePrelude.Operators Forms the ratio of two integral numbers.
(
% ) :: Integral a => a -> a -> Ratio amixed-types-num MixedTypesNumPrelude Forms the ratio of two integral numbers.
type family (t :: k1)
% (b :: k2) :: ErrorMessageincipit-base Incipit.TypeError Concat two error message strings with a newline.
(
% ) :: DString -> DString -> DStringtest-fun Test.Fun.Internal.Pretty No documentation available.
-
units Data.Metrology Infix synonym for quOf
-
units Data.Metrology.Poly Infix synonym for quOf
-
units Data.Metrology.Vector Infix synonym for quOf
(
% ) :: Coords -> Plane -> Drawansi-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
-
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.
(
% ) :: Format b c -> Format a b -> Format a cinfluxdb Database.InfluxDB Format specific synonym of (.). This is typically easier to use than (.) is because it doesn't conflict with Prelude.(.).