show-please-0.5.3: A wrapper type V with improved Show instances

Safe HaskellNone
LanguageHaskell98

Debug.Show

Description

A wrapper type and associated Show instances that generate correct haskell code, especially for exception types.

Documentation

newtype V a Source #

Constructors

V a 

Instances

Show (V Name) Source # 

Methods

showsPrec :: Int -> V Name -> ShowS #

show :: V Name -> String #

showList :: [V Name] -> ShowS #

Show (V PatternMatchFail) Source # 
Show (V RecSelError) Source # 
Show (V RecConError) Source # 
Show (V RecUpdError) Source # 
Show (V NoMethodError) Source # 
Show (V NonTermination) Source # 
Show (V NestedAtomically) Source # 
Show (V BlockedIndefinitelyOnMVar) Source # 
Show (V BlockedIndefinitelyOnSTM) Source # 
Show (V Deadlock) Source # 
Show (V AssertionFailed) Source # 
Show (V SomeAsyncException) Source # 
Show (V AsyncException) Source # 
Show (V ArrayException) Source # 
Show (V ExitCode) Source # 
Show (V IOErrorType) Source # 
Show (V IOException) Source # 
Show (V ErrorCall) Source # 
Show (V ArithException) Source # 
Show (V SomeException) Source # 
Show (V Message) Source # 
Show (V SourcePos) Source # 
Show (V NameFlavour) Source # 
Show (V UTCTime) Source #