Hoogle Search
Within LTS Haskell 24.41 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
class (IsString p, Semigroup p, Monoid p) =>
Printer ptext-printer Text.Printer Text monoid. string must be equivalent to fromString and be a monoid homomorphism, i.e. string mempty = mempty and mappend (string x) (string y) = string (mappend x y). Other operations must be monoid homomorphisms that are eqiuvalent (but possibly faster) to the composition of string and the corresponding embedding, e.g. text = string . unpack.
-
text-printer Text.Printer.Fractional Positional numeral system.
-
text-printer Text.Printer.Integral Positional numeral system.
-
text-rope Data.Text.Lines Represent a position in a text.
Position :: Word -> Word -> Positiontext-rope Data.Text.Lines No documentation available.
-
text-rope Data.Text.Rope Represent a position in a text.
Position :: Word -> Word -> Positiontext-rope Data.Text.Rope No documentation available.
-
text-rope Data.Text.Utf16.Lines Represent a position in a text.
Position :: Word -> Word -> Positiontext-rope Data.Text.Utf16.Lines No documentation available.
-
text-rope Data.Text.Utf16.Rope Represent a position in a text.