|
Org.Org.Semantic.HBase.Category.MonadSubtype |
|
|
|
|
|
Synopsis |
|
|
|
Documentation |
|
class Monad m => MonadIsA m to from where |
monadic version of IsA | | Methods | getConvert :: from -> m to |
| | Instances | |
|
|
class Monad m => MonadMaybeA m to from where |
monadic version of MaybeA | | Methods | getMaybeConvert :: from -> m (Maybe to) | | getIs :: Type to -> from -> m Bool |
| | Instances | |
|
|
class (MonadIsA m super sub, MonadMaybeA m sub super) => MonadSubtype m super sub |
monadic version of Subtype | | Instances | |
|
|
Produced by Haddock version 0.6 |