show-please-0.5.5: 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

Eq a => Eq (V a) Source # 

Methods

(==) :: V a -> V a -> Bool #

(/=) :: V a -> V a -> Bool #

Data a => Data (V a) Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> V a -> c (V a) #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c (V a) #

toConstr :: V a -> Constr #

dataTypeOf :: V a -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c (V a)) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c (V a)) #

gmapT :: (forall b. Data b => b -> b) -> V a -> V a #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> V a -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> V a -> r #

gmapQ :: (forall d. Data d => d -> u) -> V a -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> V a -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> V a -> m (V a) #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> V a -> m (V a) #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> V a -> m (V a) #

Ord a => Ord (V a) Source # 

Methods

compare :: V a -> V a -> Ordering #

(<) :: V a -> V a -> Bool #

(<=) :: V a -> V a -> Bool #

(>) :: V a -> V a -> Bool #

(>=) :: V a -> V a -> Bool #

max :: V a -> V a -> V a #

min :: V a -> V a -> V a #

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 #