Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. ShowSome :: Maybe (OccName -> Bool) -> AltPpr -> ShowHowMuch

    ghc-lib-parser GHC.Iface.Syntax

    Show the declaration and its RHS. The Maybe predicate allows filtering of the sub-components which should be printing; any sub-components filtered out will be elided with ....

  2. data ShowSub

    ghc-lib-parser GHC.Iface.Syntax

    No documentation available.

  3. ShowSub :: ShowHowMuch -> ShowForAllFlag -> ShowSub

    ghc-lib-parser GHC.Iface.Syntax

    No documentation available.

  4. data ShowForAllFlag

    ghc-lib-parser GHC.Iface.Type

    Show forall flag Unconditionally show the forall quantifier with (ShowForAllMust) or when (ShowForAllWhen) the names used are free in the binder or when compiling with -fprint-explicit-foralls.

  5. ShowForAllMust :: ShowForAllFlag

    ghc-lib-parser GHC.Iface.Type

    No documentation available.

  6. ShowForAllWhen :: ShowForAllFlag

    ghc-lib-parser GHC.Iface.Type

    No documentation available.

  7. ShowHeader :: AltPpr -> ShowHowMuch

    ghc-lib-parser GHC.Iface.Type

    Header information only, not rhs

  8. data ShowHowMuch

    ghc-lib-parser GHC.Iface.Type

    No documentation available.

  9. ShowIface :: ShowHowMuch

    ghc-lib-parser GHC.Iface.Type

    Everything including GHC-internal information (used in --show-iface)

  10. ShowSome :: Maybe (OccName -> Bool) -> AltPpr -> ShowHowMuch

    ghc-lib-parser GHC.Iface.Type

    Show the declaration and its RHS. The Maybe predicate allows filtering of the sub-components which should be printing; any sub-components filtered out will be elided with ....

Page 206 of many | Previous | Next