• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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. linearPrintFirstLine :: FilePath -> IO ()

    linear-base Simple.FileIO

    No documentation available.

  2. module Language.Fixpoint.Types.PrettyPrint

    No documentation available.

  3. class PPrint a

    liquid-fixpoint Language.Fixpoint.Types.PrettyPrint

    Implement either pprintTidy or pprintPrec

  4. pprint :: PPrint a => a -> Doc

    liquid-fixpoint Language.Fixpoint.Types.PrettyPrint

    Top-level pretty printer

  5. pprintKVs :: (PPrint k, PPrint v) => Tidy -> [(k, v)] -> Doc

    liquid-fixpoint Language.Fixpoint.Types.PrettyPrint

    No documentation available.

  6. pprintPrec :: PPrint a => Int -> Tidy -> a -> Doc

    liquid-fixpoint Language.Fixpoint.Types.PrettyPrint

    No documentation available.

  7. pprintTidy :: PPrint a => Tidy -> a -> Doc

    liquid-fixpoint Language.Fixpoint.Types.PrettyPrint

    No documentation available.

  8. pprintReft :: (PPrint v, Ord v, Fixpoint v) => Tidy -> ReftV v -> Doc

    liquid-fixpoint Language.Fixpoint.Types.Refinements

    No documentation available.

  9. pprintCBs :: [CoreBind] -> Doc

    liquidhaskell-boot Language.Haskell.Liquid.GHC.Interface

    No documentation available.

  10. module Language.Haskell.Liquid.Types.PrettyPrint

    This module contains a single function that converts a RType -> Doc without using *any* simplifications.

Page 364 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete