Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

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

    registry Data.Registry.Internal.Reflection

    Show the full type of a typeable value

  2. showNested :: SomeTypeRep -> SomeTypeRep -> Text

    registry Data.Registry.Internal.Reflection

    Show a type like m a

  3. showSingleType :: SomeTypeRep -> Text

    registry Data.Registry.Internal.Reflection

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

  4. 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

  5. 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

  6. showWithModuleName :: TyCon -> Text

    registry Data.Registry.Internal.Reflection

    Show a type constructor with its module name

  7. showFunction :: Function -> Text

    registry Data.Registry.Internal.Types

    Show a Function as Text using its Description

  8. showValue :: Value -> Text

    registry Data.Registry.Internal.Types

    Show a Value from the Registry

  9. show' :: (IsString s, Show a) => a -> s

    row-types Data.Row.Internal

    A helper function for showing labels

  10. showType :: HasKind a => a -> String

    sbv Data.SBV

    No documentation available.

Page 156 of many | Previous | Next