Copyright | (C) 2012-16 Edward Kmett |
---|---|
License | BSD-style (see the file LICENSE) |
Maintainer | Edward Kmett <ekmett@gmail.com> |
Stability | provisional |
Portability | portable |
Safe Haskell | Trustworthy |
Language | Haskell2010 |
Backports orphan instances which are not provided by other modules in
transformers-compat
.
Orphan instances
Generic1 (Reverse f :: k -> Type) Source # | |
Generic1 (Backwards f :: k -> Type) Source # | |
Generic1 (IdentityT f :: k -> Type) Source # | |
Generic1 (Constant a :: k -> Type) Source # | |
Generic1 (Lift f :: Type -> Type) Source # | |
Functor m => Generic1 (MaybeT m :: Type -> Type) Source # | |
Generic1 (ReaderT r m :: Type -> Type) Source # | |
Functor m => Generic1 (ExceptT e m :: Type -> Type) Source # | |
Generic (Lift f a) Source # | |
Generic (MaybeT m a) Source # | |
(Data a, Data b) => Data (Constant a b) Source # | |
gfoldl :: (forall d b0. Data d => c (d -> b0) -> d -> c b0) -> (forall g. g -> c g) -> Constant a b -> c (Constant a b) # gunfold :: (forall b0 r. Data b0 => c (b0 -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c (Constant a b) # toConstr :: Constant a b -> Constr # dataTypeOf :: Constant a b -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c (Constant a b)) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c (Constant a b)) # gmapT :: (forall b0. Data b0 => b0 -> b0) -> Constant a b -> Constant a b # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Constant a b -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Constant a b -> r # gmapQ :: (forall d. Data d => d -> u) -> Constant a b -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> Constant a b -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> Constant a b -> m (Constant a b) # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Constant a b -> m (Constant a b) # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Constant a b -> m (Constant a b) # | |
Generic (Reverse f a) Source # | |
Generic (Constant a b) Source # | |
Generic (WriterT w m a) Source # | |
Generic (AccumT w m a) Source # | |
Generic (WriterT w m a) Source # | |
Generic (StateT s m a) Source # | |
Generic (StateT s m a) Source # | |
Generic (SelectT w m a) Source # | |
Generic (ReaderT r m a) Source # | |
Generic (IdentityT f a) Source # | |
Generic (ExceptT e m a) Source # | |
Generic (Backwards f a) Source # | |
Generic (ContT r m a) Source # | |
Generic (RWST r w s m a) Source # | |
Generic (RWST r w s m a) Source # | |