Hoogle Search
Within LTS Haskell 23.19 (ghc-9.8.4)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
(
% ) :: Integral a => a -> a -> Ratio abase Data.Ratio Forms the ratio of two integral numbers.
(
% ) :: Integral a => a -> a -> Ratio abase GHC.Real Forms the ratio of two integral numbers.
-
optics-core Optics.Indexed.Core Compose two optics of compatible flavours. Returns an optic of the appropriate supertype. If either or both optics are indexed, the composition preserves all the indices.
-
optics-core Optics.Internal.Optic Compose two optics of compatible flavours. Returns an optic of the appropriate supertype. If either or both optics are indexed, the composition preserves all the indices.
-
optics-core Optics.Optic Compose two optics of compatible flavours. Returns an optic of the appropriate supertype. If either or both optics are indexed, the composition preserves all the indices.
(
% ) :: Integral a => a -> a -> Ratio aprotolude Protolude Forms the ratio of two integral numbers.
(
% ) :: Integral a => a -> a -> Ratio aprotolude Protolude.Base Forms the ratio of two integral numbers.
(
% ) :: Format r a -> Format r' r -> Format r' aformatting Formatting Concatenate two formatters. formatter1 % formatter2 is a formatter that accepts arguments for formatter1 and formatter2 and concatenates their results. For example
format1 :: Format r (Text -> r) format1 = "Person's name is " % text
format2 :: Format r r format2 = ", "
format3 :: Format r (Int -> r) format3 = "age is " % hex
myFormat :: Format r (Text -> Int -> r) myFormat = format1 % format2 % format3
Notice how the argument types of format1 and format3 are gathered into the type of myFormat. (This is actually the composition operator for Formats Category instance, but that is (at present) inconvenient to use with regular Prelude. So this function is provided as a convenience.)(
% ) :: Format r a -> Format r' r -> Format r' aformatting Formatting.Internal Concatenate two formatters. formatter1 % formatter2 is a formatter that accepts arguments for formatter1 and formatter2 and concatenates their results. For example
format1 :: Format r (Text -> r) format1 = "Person's name is " % text
format2 :: Format r r format2 = ", "
format3 :: Format r (Int -> r) format3 = "age is " % hex
myFormat :: Format r (Text -> Int -> r) myFormat = format1 % format2 % format3
Notice how the argument types of format1 and format3 are gathered into the type of myFormat. (This is actually the composition operator for Formats Category instance, but that is (at present) inconvenient to use with regular Prelude. So this function is provided as a convenience.)(
% ) :: forall (c :: Symbol) . (WeightBuilder' w, c ~ First' w) => W c -> Prec' w -> wgeneric-random Generic.Random A binary constructor for building up trees of weights.
Page 1 of many | Next