| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Debug.Show
Description
A wrapper type and associated Show instances that generate correct haskell code, especially for exception types.
Documentation
Constructors
| V a |
Instances
| Eq a => Eq (V a) Source # | |
| Data a => Data (V a) Source # | |
| Ord a => Ord (V a) Source # | |
| Show (V Name) Source # | |
| 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 # | |