Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. class ShowX a

    clash-prelude Clash.XException

    Like the Show class, but values that normally throw an XException are converted to undefined, instead of error'ing out with an exception.

    >>> show (errorX "No value here" :: Integer, 4 :: Int)
    "(*** Exception: X: No value here
    CallStack (from HasCallStack):
    ...
    
    >>> showX (errorX "No value here" :: Integer, 4 :: Int)
    "(undefined,4)"
    
    Can be derived using Generics:
    {-# LANGUAGE DeriveGeneric, DeriveAnyClass #-}
    
    import Clash.Prelude
    import GHC.Generics
    
    data T = MkTA Int | MkTB Bool
    deriving (Show,Generic,ShowX)
    

  2. data ShowType

    clash-prelude Clash.XException.Internal

    No documentation available.

  3. type family ShowSymbols (ctors :: [Symbol]) :: ErrorMessage

    generic-lens-core Data.Generics.Internal.Families

    No documentation available.

  4. ShowDefault :: String -> IHaskellMode

    ihaskell IHaskell.Flags

    No documentation available.

  5. pattern ShowType :: () => t -> ErrorMessage

    incipit-base Incipit.Base

    Pretty print the type. ShowType :: k -> ErrorMessage

  6. data Showable

    network-transport-tests Network.Transport.Tests.Traced

    No documentation available.

  7. Showable :: a -> Showable

    network-transport-tests Network.Transport.Tests.Traced

    No documentation available.

  8. data ShowStatus

    pontarius-xmpp Network.Xmpp.IM

    No documentation available.

  9. data ShowStatus

    pontarius-xmpp Network.Xmpp.Internal

    No documentation available.

  10. type family ShowSign (sign :: Sign) :: Symbol

    rerefined Rerefined.Predicate.Relational.Value

    No documentation available.

Page 211 of many | Previous | Next