Lifting * Eq [] # | |
|
Lifting * Eq Maybe # | |
|
Lifting * Eq Ratio # | |
|
Lifting * Eq Identity # | |
|
Lifting * Eq Complex # | |
|
Lifting * Ord [] # | |
|
Lifting * Ord Maybe # | |
|
Lifting * Ord Identity # | |
|
Lifting * Read [] # | |
|
Lifting * Read Maybe # | |
|
Lifting * Read Identity # | |
|
Lifting * Read Complex # | |
|
Lifting * Show [] # | |
|
Lifting * Show Maybe # | |
|
Lifting * Show Identity # | |
|
Lifting * Show Complex # | |
|
Lifting * Monoid Maybe # | |
|
Lifting * Binary [] # | |
|
Lifting * Binary Maybe # | |
|
Lifting * NFData [] # | |
|
Lifting * NFData Maybe # | |
|
Lifting * Hashable [] # | |
|
Lifting * Hashable Maybe # | |
|
Bounded a => Lifting * Bounded ((,) a) # | |
|
Eq a => Lifting * Eq (Either a) # | |
|
Eq a => Lifting * Eq ((,) a) # | |
|
Eq1 m => Lifting * Eq (ListT m) # | |
|
Eq1 f => Lifting * Eq (Lift f) # | |
|
Eq1 m => Lifting * Eq (MaybeT m) # | |
|
Ord a => Lifting * Ord (Either a) # | |
|
Ord a => Lifting * Ord ((,) a) # | |
|
Ord1 m => Lifting * Ord (ListT m) # | |
|
Ord1 f => Lifting * Ord (Lift f) # | |
|
Ord1 m => Lifting * Ord (MaybeT m) # | |
|
Read a => Lifting * Read (Either a) # | |
|
Read a => Lifting * Read ((,) a) # | |
|
Read1 m => Lifting * Read (ListT m) # | |
|
Read1 f => Lifting * Read (Lift f) # | |
|
Read1 m => Lifting * Read (MaybeT m) # | |
|
Show a => Lifting * Show (Either a) # | |
|
Show a => Lifting * Show ((,) a) # | |
|
Show1 m => Lifting * Show (ListT m) # | |
|
Show1 f => Lifting * Show (Lift f) # | |
|
Show1 m => Lifting * Show (MaybeT m) # | |
|
Ix a => Lifting * Ix ((,) a) # | |
|
Lifting * Monoid ((->) a) # | |
|
Monoid a => Lifting * Monoid ((,) a) # | |
|
Binary a => Lifting * Binary (Either a) # | |
|
Binary a => Lifting * Binary ((,) a) # | |
|
NFData a => Lifting * NFData (Either a) # | |
|
NFData a => Lifting * NFData ((,) a) # | |
|
Hashable a => Lifting * Hashable (Either a) # | |
|
Hashable a => Lifting * Hashable ((,) a) # | |
|
(Eq e, Eq1 m) => Lifting * Eq (ErrorT e m) # | |
|
(Eq e, Eq1 m) => Lifting * Eq (ExceptT e m) # | |
|
(Eq w, Eq1 m) => Lifting * Eq (WriterT w m) # | |
|
(Eq w, Eq1 m) => Lifting * Eq (WriterT w m) # | |
|
Eq1 f => Lifting * Eq (Reverse * f) # | |
|
Eq1 f => Lifting * Eq (Backwards * f) # | |
|
Eq1 m => Lifting * Eq (IdentityT * m) # | |
|
(Ord e, Ord1 m) => Lifting * Ord (ErrorT e m) # | |
|
(Ord e, Ord1 m) => Lifting * Ord (ExceptT e m) # | |
|
(Ord w, Ord1 m) => Lifting * Ord (WriterT w m) # | |
|
(Ord w, Ord1 m) => Lifting * Ord (WriterT w m) # | |
|
Ord1 f => Lifting * Ord (Reverse * f) # | |
|
Ord1 f => Lifting * Ord (Backwards * f) # | |
|
Ord1 m => Lifting * Ord (IdentityT * m) # | |
|
(Read e, Read1 m) => Lifting * Read (ErrorT e m) # | |
|
(Read e, Read1 m) => Lifting * Read (ExceptT e m) # | |
|
(Read w, Read1 m) => Lifting * Read (WriterT w m) # | |
|
(Read w, Read1 m) => Lifting * Read (WriterT w m) # | |
|
Read1 f => Lifting * Read (Reverse * f) # | |
|
Read1 f => Lifting * Read (Backwards * f) # | |
|
Read1 m => Lifting * Read (IdentityT * m) # | |
|
(Show e, Show1 m) => Lifting * Show (ErrorT e m) # | |
|
(Show e, Show1 m) => Lifting * Show (ExceptT e m) # | |
|
(Show w, Show1 m) => Lifting * Show (WriterT w m) # | |
|
(Show w, Show1 m) => Lifting * Show (WriterT w m) # | |
|
Show1 f => Lifting * Show (Reverse * f) # | |
|
Show1 f => Lifting * Show (Backwards * f) # | |
|
Show1 m => Lifting * Show (IdentityT * m) # | |
|
(Eq1 f, Eq1 g) => Lifting * Eq (Sum * f g) # | |
|
(Eq1 f, Eq1 g) => Lifting * Eq (Product * f g) # | |
|
(Ord1 f, Ord1 g) => Lifting * Ord (Sum * f g) # | |
|
(Ord1 f, Ord1 g) => Lifting * Ord (Product * f g) # | |
|
(Read1 f, Read1 g) => Lifting * Read (Sum * f g) # | |
|
(Read1 f, Read1 g) => Lifting * Read (Product * f g) # | |
|
(Show1 f, Show1 g) => Lifting * Show (Sum * f g) # | |
|
(Show1 f, Show1 g) => Lifting * Show (Product * f g) # | |
|
(Eq1 f, Eq1 g) => Lifting * Eq (Compose * * f g) # | |
|
(Ord1 f, Ord1 g) => Lifting * Ord (Compose * * f g) # | |
|
(Read1 f, Read1 g) => Lifting * Read (Compose * * f g) # | |
|
(Show1 f, Show1 g) => Lifting * Show (Compose * * f g) # | |
|
Lifting (* -> *) Monad ListT # | |
|
Lifting (* -> *) Monad MaybeT # | |
|
Lifting (* -> *) Functor ListT # | |
|
Lifting (* -> *) Functor Lift # | |
|
Lifting (* -> *) Functor MaybeT # | |
|
Lifting (* -> *) Applicative ListT # | |
|
Lifting (* -> *) Applicative Lift # | |
|
Lifting (* -> *) Foldable ListT # | |
|
Lifting (* -> *) Foldable Lift # | |
|
Lifting (* -> *) Foldable MaybeT # | |
|
Lifting (* -> *) Traversable ListT # | |
|
Lifting (* -> *) Traversable Lift # | |
|
Lifting (* -> *) Traversable MaybeT # | |
|
Lifting (* -> *) Eq1 ListT # | |
|
Lifting (* -> *) Eq1 Lift # | |
|
Lifting (* -> *) Eq1 MaybeT # | |
|
Lifting (* -> *) Ord1 ListT # | |
|
Lifting (* -> *) Ord1 Lift # | |
|
Lifting (* -> *) Ord1 MaybeT # | |
|
Lifting (* -> *) Read1 ListT # | |
|
Lifting (* -> *) Read1 Lift # | |
|
Lifting (* -> *) Read1 MaybeT # | |
|
Lifting (* -> *) Show1 ListT # | |
|
Lifting (* -> *) Show1 Lift # | |
|
Lifting (* -> *) Show1 MaybeT # | |
|
Lifting (* -> *) MonadIO ListT # | |
|
Lifting (* -> *) MonadIO MaybeT # | |
|
Lifting (* -> *) Alternative ListT # | |
|
Lifting (* -> *) Alternative Lift # | |
|
Lifting (* -> *) MonadPlus ListT # | |
|
Lifting (* -> *) MonadPlus MaybeT # | |
|
Lifting (* -> *) MonadCont ListT # | |
|
Lifting (* -> *) MonadCont MaybeT # | |
|
Error e => Lifting (* -> *) Monad (ErrorT e) # | |
|
Lifting (* -> *) Monad (ExceptT e) # | |
|
Lifting (* -> *) Monad (StateT s) # | |
|
Lifting (* -> *) Monad (StateT s) # | |
|
Monoid w => Lifting (* -> *) Monad (WriterT w) # | |
|
Monoid w => Lifting (* -> *) Monad (WriterT w) # | |
|
Lifting (* -> *) Monad (IdentityT *) # | |
|
Lifting (* -> *) Functor (ErrorT e) # | |
|
Lifting (* -> *) Functor (ExceptT e) # | |
|
Lifting (* -> *) Functor (StateT s) # | |
|
Lifting (* -> *) Functor (StateT s) # | |
|
Lifting (* -> *) Functor (WriterT w) # | |
|
Lifting (* -> *) Functor (WriterT w) # | |
|
Lifting (* -> *) Functor (Reverse *) # | |
|
Lifting (* -> *) Functor (Backwards *) # | |
|
Lifting (* -> *) Functor (IdentityT *) # | |
|
Error e => Lifting (* -> *) MonadFix (ErrorT e) # | |
|
Lifting (* -> *) MonadFix (ExceptT e) # | |
|
Lifting (* -> *) MonadFix (StateT s) # | |
|
Lifting (* -> *) MonadFix (StateT s) # | |
|
Monoid w => Lifting (* -> *) MonadFix (WriterT w) # | |
|
Monoid w => Lifting (* -> *) MonadFix (WriterT w) # | |
|
Lifting (* -> *) MonadFix (IdentityT *) # | |
|
Monoid w => Lifting (* -> *) Applicative (WriterT w) # | |
|
Monoid w => Lifting (* -> *) Applicative (WriterT w) # | |
|
Lifting (* -> *) Applicative (Reverse *) # | |
|
Lifting (* -> *) Applicative (Backwards *) # | |
|
Lifting (* -> *) Applicative (IdentityT *) # | |
|
Lifting (* -> *) Foldable (ErrorT e) # | |
|
Lifting (* -> *) Foldable (ExceptT e) # | |
|
Lifting (* -> *) Foldable (WriterT w) # | |
|
Lifting (* -> *) Foldable (WriterT w) # | |
|
Lifting (* -> *) Foldable (Reverse *) # | |
|
Lifting (* -> *) Foldable (Backwards *) # | |
|
Lifting (* -> *) Foldable (IdentityT *) # | |
|
Lifting (* -> *) Traversable (ErrorT e) # | |
|
Lifting (* -> *) Traversable (ExceptT e) # | |
|
Lifting (* -> *) Traversable (WriterT w) # | |
|
Lifting (* -> *) Traversable (WriterT w) # | |
|
Lifting (* -> *) Traversable (Reverse *) # | |
|
Lifting (* -> *) Traversable (Backwards *) # | |
|
Lifting (* -> *) Traversable (IdentityT *) # | |
|
Eq e => Lifting (* -> *) Eq1 (ErrorT e) # | |
|
Eq e => Lifting (* -> *) Eq1 (ExceptT e) # | |
|
Eq w => Lifting (* -> *) Eq1 (WriterT w) # | |
|
Eq w => Lifting (* -> *) Eq1 (WriterT w) # | |
|
Lifting (* -> *) Eq1 (Reverse *) # | |
|
Lifting (* -> *) Eq1 (Backwards *) # | |
|
Lifting (* -> *) Eq1 (IdentityT *) # | |
|
Ord e => Lifting (* -> *) Ord1 (ErrorT e) # | |
|
Ord e => Lifting (* -> *) Ord1 (ExceptT e) # | |
|
Ord w => Lifting (* -> *) Ord1 (WriterT w) # | |
|
Ord w => Lifting (* -> *) Ord1 (WriterT w) # | |
|
Lifting (* -> *) Ord1 (Reverse *) # | |
|
Lifting (* -> *) Ord1 (Backwards *) # | |
|
Lifting (* -> *) Ord1 (IdentityT *) # | |
|
Read e => Lifting (* -> *) Read1 (ErrorT e) # | |
|
Read e => Lifting (* -> *) Read1 (ExceptT e) # | |
|
Read w => Lifting (* -> *) Read1 (WriterT w) # | |
|
Read w => Lifting (* -> *) Read1 (WriterT w) # | |
|
Lifting (* -> *) Read1 (Reverse *) # | |
|
Lifting (* -> *) Read1 (Backwards *) # | |
|
Lifting (* -> *) Read1 (IdentityT *) # | |
|
Show e => Lifting (* -> *) Show1 (ErrorT e) # | |
|
Show e => Lifting (* -> *) Show1 (ExceptT e) # | |
|
Show w => Lifting (* -> *) Show1 (WriterT w) # | |
|
Show w => Lifting (* -> *) Show1 (WriterT w) # | |
|
Lifting (* -> *) Show1 (Reverse *) # | |
|
Lifting (* -> *) Show1 (Backwards *) # | |
|
Lifting (* -> *) Show1 (IdentityT *) # | |
|
Error e => Lifting (* -> *) MonadIO (ErrorT e) # | |
|
Lifting (* -> *) MonadIO (ExceptT e) # | |
|
Lifting (* -> *) MonadIO (StateT s) # | |
|
Lifting (* -> *) MonadIO (StateT s) # | |
|
Monoid w => Lifting (* -> *) MonadIO (WriterT w) # | |
|
Monoid w => Lifting (* -> *) MonadIO (WriterT w) # | |
|
Lifting (* -> *) MonadIO (IdentityT *) # | |
|
Monoid w => Lifting (* -> *) Alternative (WriterT w) # | |
|
Monoid w => Lifting (* -> *) Alternative (WriterT w) # | |
|
Lifting (* -> *) Alternative (Reverse *) # | |
|
Lifting (* -> *) Alternative (Backwards *) # | |
|
Lifting (* -> *) Alternative (IdentityT *) # | |
|
Error e => Lifting (* -> *) MonadPlus (ErrorT e) # | |
|
Monoid e => Lifting (* -> *) MonadPlus (ExceptT e) # | |
|
Lifting (* -> *) MonadPlus (StateT s) # | |
|
Lifting (* -> *) MonadPlus (StateT s) # | |
|
Monoid w => Lifting (* -> *) MonadPlus (WriterT w) # | |
|
Monoid w => Lifting (* -> *) MonadPlus (WriterT w) # | |
|
Lifting (* -> *) MonadPlus (IdentityT *) # | |
|
Error e => Lifting (* -> *) MonadCont (ErrorT e) # | |
|
Lifting (* -> *) MonadCont (ExceptT w) # | |
|
Lifting (* -> *) MonadCont (StateT s) # | |
|
Lifting (* -> *) MonadCont (StateT s) # | |
|
Monoid w => Lifting (* -> *) MonadCont (WriterT w) # | |
|
Monoid w => Lifting (* -> *) MonadCont (WriterT w) # | |
|
Lifting (* -> *) MonadCont (IdentityT *) # | |
|
Monad f => Lifting (* -> *) Monad (Product * f) # | |
|
Lifting (* -> *) Monad (ContT * r) # | |
|
Lifting (* -> *) Monad (ReaderT * e) # | |
|
Functor f => Lifting (* -> *) Functor (Sum * f) # | |
|
Functor f => Lifting (* -> *) Functor (Product * f) # | |
|
Lifting (* -> *) Functor (ContT * r) # | |
|
Lifting (* -> *) Functor (ReaderT * e) # | |
|
MonadFix f => Lifting (* -> *) MonadFix (Product * f) # | |
|
Lifting (* -> *) MonadFix (ReaderT * e) # | |
|
Applicative f => Lifting (* -> *) Applicative (Product * f) # | |
|
Lifting (* -> *) Applicative (ContT * r) # | |
|
Lifting (* -> *) Applicative (ReaderT * e) # | |
|
Foldable f => Lifting (* -> *) Foldable (Sum * f) # | |
|
Foldable f => Lifting (* -> *) Foldable (Product * f) # | |
|
Traversable f => Lifting (* -> *) Traversable (Sum * f) # | |
|
Traversable f => Lifting (* -> *) Traversable (Product * f) # | |
|
Eq1 f => Lifting (* -> *) Eq1 (Sum * f) # | |
|
Eq1 f => Lifting (* -> *) Eq1 (Product * f) # | |
|
Ord1 f => Lifting (* -> *) Ord1 (Sum * f) # | |
|
Ord1 f => Lifting (* -> *) Ord1 (Product * f) # | |
|
Read1 f => Lifting (* -> *) Read1 (Sum * f) # | |
|
Read1 f => Lifting (* -> *) Read1 (Product * f) # | |
|
Show1 f => Lifting (* -> *) Show1 (Sum * f) # | |
|
Show1 f => Lifting (* -> *) Show1 (Product * f) # | |
|
Lifting (* -> *) MonadIO (ContT * r) # | |
|
Lifting (* -> *) MonadIO (ReaderT * e) # | |
|
Alternative f => Lifting (* -> *) Alternative (Product * f) # | |
|
Lifting (* -> *) Alternative (ReaderT * e) # | |
|
MonadPlus f => Lifting (* -> *) MonadPlus (Product * f) # | |
|
Lifting (* -> *) MonadPlus (ReaderT * e) # | |
|
Lifting (* -> *) MonadCont (ReaderT * e) # | |
|
Monoid w => Lifting (* -> *) Monad (RWST r w s) # | |
|
Monoid w => Lifting (* -> *) Monad (RWST r w s) # | |
|
Functor f => Lifting (* -> *) Functor (Compose * * f) # | |
|
Lifting (* -> *) Functor (RWST r w s) # | |
|
Lifting (* -> *) Functor (RWST r w s) # | |
|
Monoid w => Lifting (* -> *) MonadFix (RWST r w s) # | |
|
Monoid w => Lifting (* -> *) MonadFix (RWST r w s) # | |
|
Applicative f => Lifting (* -> *) Applicative (Compose * * f) # | |
|
Foldable f => Lifting (* -> *) Foldable (Compose * * f) # | |
|
Traversable f => Lifting (* -> *) Traversable (Compose * * f) # | |
|
Eq1 f => Lifting (* -> *) Eq1 (Compose * * f) # | |
|
Ord1 f => Lifting (* -> *) Ord1 (Compose * * f) # | |
|
Read1 f => Lifting (* -> *) Read1 (Compose * * f) # | |
|
Show1 f => Lifting (* -> *) Show1 (Compose * * f) # | |
|
Monoid w => Lifting (* -> *) MonadIO (RWST r w s) # | |
|
Monoid w => Lifting (* -> *) MonadIO (RWST r w s) # | |
|
Alternative f => Lifting (* -> *) Alternative (Compose * * f) # | |
|
Monoid w => Lifting (* -> *) MonadPlus (RWST r w s) # | |
|
Monoid w => Lifting (* -> *) MonadPlus (RWST r w s) # | |
|
Monoid w => Lifting (* -> *) MonadCont (RWST r w s) # | |
|
Monoid w => Lifting (* -> *) MonadCont (RWST r w s) # | |
|
Lifting (* -> *) (MonadError e) ListT # | |
|
Lifting (* -> *) (MonadError e) MaybeT # | |
|
Lifting (* -> *) (MonadReader r) ListT # | |
|
Lifting (* -> *) (MonadReader r) MaybeT # | |
|
Lifting (* -> *) (MonadState s) ListT # | |
|
Lifting (* -> *) (MonadState s) MaybeT # | |
|
Lifting (* -> *) (MonadError e) (StateT s) # | |
|
Lifting (* -> *) (MonadError e) (StateT s) # | |
|
Monoid w => Lifting (* -> *) (MonadError e) (WriterT w) # | |
|
Monoid w => Lifting (* -> *) (MonadError e) (WriterT w) # | |
|
Lifting (* -> *) (MonadError e) (IdentityT *) # | |
|
Error e => Lifting (* -> *) (MonadReader r) (ErrorT e) # | |
|
Lifting (* -> *) (MonadReader r) (ExceptT e) # | |
|
Lifting (* -> *) (MonadReader r) (StateT s) # | |
|
Lifting (* -> *) (MonadReader r) (StateT s) # | |
|
Monoid w => Lifting (* -> *) (MonadReader r) (WriterT w) # | |
|
Monoid w => Lifting (* -> *) (MonadReader r) (WriterT w) # | |
|
Lifting (* -> *) (MonadReader r) (IdentityT *) # | |
|
Error e => Lifting (* -> *) (MonadState s) (ErrorT e) # | |
|
Lifting (* -> *) (MonadState s) (ExceptT e) # | |
|
Monoid w => Lifting (* -> *) (MonadState s) (WriterT w) # | |
|
Monoid w => Lifting (* -> *) (MonadState s) (WriterT w) # | |
|
Lifting (* -> *) (MonadState s) (IdentityT *) # | |
|
Lifting (* -> *) (MonadError e) (ReaderT * r) # | |
|
Lifting (* -> *) (MonadReader r) (ContT * r') # | |
|
Lifting (* -> *) (MonadState s) (ContT * r') # | |
|
Lifting (* -> *) (MonadState s) (ReaderT * r) # | |
|
Monoid w => Lifting (* -> *) (MonadError e) (RWST r w s) # | |
|
Monoid w => Lifting (* -> *) (MonadError e) (RWST r w s) # | |
|
Lifting (* -> *) (MonadRWS r w s) MaybeT # | |
|
Lifting (* -> *) (MonadRWS r w s) (ExceptT e) # | |
|
Error e => Lifting (* -> *) (MonadRWS r w s) (ErrorT e) # | |
|
Lifting (* -> *) (MonadRWS r w s) (IdentityT *) # | |
|