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. project_printing_merge_requests_link_enabled :: Project -> Maybe Bool

    gitlab-haskell GitLab.Types

    No documentation available.

  2. Key'PrintScreen :: Key

    glfw-group Graphics.UI.GlfwG.Key

    No documentation available.

  3. allSatPrintAlong :: SMTConfig -> Bool

    grisette Grisette.Backend

    In a allSat call, print models as they are found.

  4. class GPPrint arity (f :: Type -> Type)

    grisette Grisette.Core

    Generic PPrint class.

  5. class PPrint a

    grisette Grisette.Core

    Pretty printing of values. This class is similar to the Pretty class from the Prettyprinter package, but it also provides pretty printing with a given precedence level. We are able to derive instances of this class for algebraic data types. You may need the DerivingVia and DerivingStrategies extensions.

    data X = ... deriving Generic deriving PPrint via (Default X)
    
    The derived instance will pretty print the value with a format similar to the one used by ormolu.

  6. data family PPrintArgs arity a ann

    grisette Grisette.Core

    The arguments to the generic PPrint class.

  7. data PPrintType

    grisette Grisette.Core

    Controls how to pretty-print a generic representation.

  8. pprint :: PPrint a => a -> IO ()

    grisette Grisette.Core

    Pretty print a value to the standard output.

  9. module Grisette.Internal.Core.Data.Class.PPrint

    No documentation available.

  10. class GPPrint arity (f :: Type -> Type)

    grisette Grisette.Internal.Core.Data.Class.PPrint

    Generic PPrint class.

Page 386 of many | Previous | Next