Hoogle Search

Within LTS Haskell 24.48 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. sdocPrintPotentialInstances :: SDocContext -> !Bool

    liquidhaskell-boot Liquid.GHC.API

    No documentation available.

  2. sdocPrintTypeAbbreviations :: SDocContext -> !Bool

    liquidhaskell-boot Liquid.GHC.API

    No documentation available.

  3. sdocPrintTypecheckerElaboration :: SDocContext -> !Bool

    liquidhaskell-boot Liquid.GHC.API

    No documentation available.

  4. sdocPrintUnicodeSyntax :: SDocContext -> !Bool

    liquidhaskell-boot Liquid.GHC.API

    No documentation available.

  5. package prettyprinter-combinators

    Some useful combinators for the prettyprinter package Various utilities that make writing Pretty instances easier. Notable utilites include automatic deriving of Pretty instance via Generic, Data, or Show instance.

  6. package prettyprinter-interp

    Efficient interpolation for Prettyprinter This package provides efficient interpolation of string-interpolate quasi quoters when used with prettyprinter.

  7. data SExprPrinter atom carrier

    s-cargot Data.SCargot

    A SExprPrinter value describes how to print a given value as an s-expression. The carrier type parameter indicates the value that will be printed, and the atom parameter indicates the type that will represent tokens in an s-expression structure.

  8. basicPrint :: (atom -> Text) -> SExprPrinter atom (SExpr atom)

    s-cargot Data.SCargot

    A default SExprPrinter struct that will always swing subsequent expressions onto later lines if they're too long, indenting them by two spaces, and uses a soft maximum width of 80 characters

  9. flatPrint :: (atom -> Text) -> SExprPrinter atom (SExpr atom)

    s-cargot Data.SCargot

    A default SExprPrinter struct that will always print a SExpr as a single line.

  10. unconstrainedPrint :: (atom -> Text) -> SExprPrinter atom (SExpr atom)

    s-cargot Data.SCargot

    A default SExprPrinter struct that will always swing subsequent expressions onto later lines if they're too long, indenting them by two spaces, but makes no effort to keep the pretty-printed sources inside a maximum width. In the case that we want indented printing but don't care about a "maximum" width, we can print more efficiently than in other situations.

Page 368 of many | Previous | Next