Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. showValueCounter :: ValueCounter -> Text

    registry Data.Registry.Internal.Dot

    Don't show the counter if there

  2. showContextTargets :: Context -> [Text]

    registry Data.Registry.Internal.Make

    Show the target type and possibly the constructor function requiring it for every target type in the context

  3. showFullFunctionType :: Typeable a => a -> ([Text], Text)

    registry Data.Registry.Internal.Reflection

    Show the full type of a typeable function

  4. showFullValueType :: Typeable a => a -> Text

    registry Data.Registry.Internal.Reflection

    Show the full type of a typeable value

  5. showNested :: SomeTypeRep -> SomeTypeRep -> Text

    registry Data.Registry.Internal.Reflection

    Show a type like m a

  6. showSingleType :: SomeTypeRep -> Text

    registry Data.Registry.Internal.Reflection

    Show a single type. Don't display the module for GHC types

  7. showTheFullFunctionType :: TypeRep arg -> ([Text], Text)

    registry Data.Registry.Internal.Reflection

    Show the full type of a typeable value where nested types like IO[Int] or functions are represented and non GHC types are shown with their module names

  8. showTheFullValueType :: TypeRep arg -> Text

    registry Data.Registry.Internal.Reflection

    Show the full type of a typeable value where nested types like IO[Int] or functions are represented and non GHC types are shown with their module names

  9. showWithModuleName :: TyCon -> Text

    registry Data.Registry.Internal.Reflection

    Show a type constructor with its module name

  10. showFunction :: Function -> Text

    registry Data.Registry.Internal.Types

    Show a Function as Text using its Description

Page 156 of many | Previous | Next