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.

  1. class (IsString p, Semigroup p, Monoid p) => Printer p

    text-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.

  2. class PositionalSystem s

    text-printer Text.Printer.Fractional

    Positional numeral system.

  3. class PositionalSystem s

    text-printer Text.Printer.Integral

    Positional numeral system.

  4. data Position

    text-rope Data.Text.Lines

    Represent a position in a text.

  5. Position :: Word -> Word -> Position

    text-rope Data.Text.Lines

    No documentation available.

  6. data Position

    text-rope Data.Text.Rope

    Represent a position in a text.

  7. Position :: Word -> Word -> Position

    text-rope Data.Text.Rope

    No documentation available.

  8. data Position

    text-rope Data.Text.Utf16.Lines

    Represent a position in a text.

  9. Position :: Word -> Word -> Position

    text-rope Data.Text.Utf16.Lines

    No documentation available.

  10. data Position

    text-rope Data.Text.Utf16.Rope

    Represent a position in a text.

Page 743 of many | Previous | Next