Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
newtype DebugException Source #
Instances
Exception DebugException Source # | |
Defined in Hydra.Util.Debug | |
Show DebugException Source # | |
Defined in Hydra.Util.Debug showsPrec :: Int -> DebugException -> ShowS # show :: DebugException -> String # showList :: [DebugException] -> ShowS # |
throwDebugException :: String -> c Source #