Hoogle Search
Within LTS Haskell 24.17 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
- ( - % ) :: Integral a => a -> a -> Ratio a- base - Data.Ratio - Forms the ratio of two integral numbers. 
- ( - % ) :: Integral a => a -> a -> Ratio a- base - 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. 
- ( - % ) :: Format r a -> Format r' r -> Format r' a- formatting - 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' a- formatting - 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 -> w- generic-random - Generic.Random - A binary constructor for building up trees of weights. 
- ( - % ) :: forall (c :: Symbol) . (WeightBuilder' w, c ~ First' w) => W c -> Prec' w -> w- generic-random - Generic.Random.Internal.Generic - A binary constructor for building up trees of weights. 
- ( - % ) :: Integral a => a -> a -> Ratio a- ghc-internal - GHC.Internal.Real - Forms the ratio of two integral numbers. 
Page 1 of many | Next
