-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | A wrapper type V with improved Show instances -- -- Provides Show instances for various types whose official Show won't -- Read. This is particularly intended for exception types, which can -- appear unexpectedly and be difficult to track down. @package show-please @version 0.3 -- | A wrapper type and associated Show instances that generate correct -- haskell code, especially for exception types. module Debug.Show newtype V a V :: a -> V a instance GHC.Show.Show (Debug.Show.V GHC.IO.Exception.IOException) instance GHC.Show.Show (Debug.Show.V GHC.IO.Exception.IOErrorType) instance GHC.Show.Show (Debug.Show.V Text.Parsec.Error.Message) instance GHC.Show.Show (Debug.Show.V Text.Parsec.Pos.SourcePos) instance GHC.Show.Show (Debug.Show.V GHC.Exception.SomeException) instance GHC.Show.Show (Debug.Show.V GHC.Exception.ArithException) instance GHC.Show.Show (Debug.Show.V GHC.IO.Exception.ArrayException) instance GHC.Show.Show (Debug.Show.V GHC.IO.Exception.AssertionFailed) instance GHC.Show.Show (Debug.Show.V GHC.IO.Exception.AsyncException) instance GHC.Show.Show (Debug.Show.V GHC.IO.Exception.BlockedIndefinitelyOnMVar) instance GHC.Show.Show (Debug.Show.V GHC.IO.Exception.BlockedIndefinitelyOnSTM) instance GHC.Show.Show (Debug.Show.V GHC.IO.Exception.Deadlock) instance GHC.Show.Show (Debug.Show.V GHC.Exception.ErrorCall) instance GHC.Show.Show (Debug.Show.V GHC.IO.Exception.ExitCode) instance GHC.Show.Show (Debug.Show.V Control.Exception.Base.NestedAtomically) instance GHC.Show.Show (Debug.Show.V Control.Exception.Base.NoMethodError) instance GHC.Show.Show (Debug.Show.V Control.Exception.Base.NonTermination) instance GHC.Show.Show (Debug.Show.V Control.Exception.Base.PatternMatchFail) instance GHC.Show.Show (Debug.Show.V Control.Exception.Base.RecConError) instance GHC.Show.Show (Debug.Show.V Control.Exception.Base.RecSelError) instance GHC.Show.Show (Debug.Show.V Control.Exception.Base.RecUpdError) instance GHC.Show.Show (Debug.Show.V GHC.IO.Exception.SomeAsyncException)