|
| Org.Org.Semantic.HBase.Debug |
|
|
|
|
| Description |
| This module is not included in Org.Org.Semantic.HBase,
you have to import it separately. |
|
| Synopsis |
|
|
|
| Documentation |
|
| unsafeCoerce :: a -> b |
| This will typically crash if you're coercing to a different type. |
|
| unsafeTypedCoerce :: Type b -> a -> b |
|
| unsafeCoerceIO :: Monad m => IO a -> m a |
|
| debugPrint :: String -> IO () |
|
| debugPrintValue :: Show a => String -> a -> IO () |
|
| unsafePrintValue :: Show a => String -> a -> a |
|
| unsafePrintCoercedValue :: Show b => Type b -> String -> a -> a |
|
| seqReturn :: Monad m => a -> m () |
|
| debugSource :: (Show a, LiftedMonad IO m) => m a -> m a |
|
| Produced by Haddock version 0.6 |