Isomorphic Bool All Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic Bool Any Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic Bool IsNothing Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic Bool IsJust Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic Bool IsLeft Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic Bool IsRight Source # | |
Instance detailsDefined in Control.Isomorphic |
Enum a => Isomorphic Int a Source # | |
Instance detailsDefined in Control.Isomorphic |
Coercible a b => Isomorphic a b Source # | |
Instance detailsDefined in Control.Isomorphic |
Enum a => Isomorphic a Int Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic a a Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic All Bool Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic Any Bool Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic String ByteString Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic String ByteString Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic String Text Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic String Text Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic ByteString String Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic ByteString ByteString Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic ByteString Text Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic ByteString Text Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic ByteString String Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic ByteString ByteString Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic ByteString Text Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic ByteString Text Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic Text String Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic Text ByteString Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic Text ByteString Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic Text Text Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic Text String Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic Text ByteString Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic Text ByteString Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic Text Text Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic IsNothing Bool Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic IsJust Bool Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic IsLeft Bool Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic IsRight Bool Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic Integer (Fixed a) Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic a (Product a) Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic a (Sum a) Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic a (Dual a) Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic a (Identity a) Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic IsNothing (Maybe ()) Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic IsJust (Maybe ()) Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic IsLeft (Either () ()) Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic IsRight (Either () ()) Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic a (Const a x) Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic a (D1 d (C1 c (S1 s (K1 i a :: Type -> Type))) a) Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic (Maybe ()) IsNothing Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic (Maybe ()) IsJust Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic (Fixed a) Integer Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic (Identity a) a Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic (Dual a) a Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic (Sum a) a Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic (Product a) a Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic [a] (ZipList a) Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic (Maybe a) (Last a) Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic (Maybe a) (First a) Source # | |
Instance detailsDefined in Control.Isomorphic |
(Functor f, Isomorphic a b) => Isomorphic (f a) (f b) Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic (ZipList a) [a] Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic (First a) (Maybe a) Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic (Last a) (Maybe a) Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic (Maybe a) (Either a ()) Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic (Maybe a) (Either () a) Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic (m a) (WrappedMonad m a) Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic (Endo a) (a -> a) Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic (NonEmpty a) (a, [a]) Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic (f (g a)) (Compose f g a) Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic (Either () ()) IsLeft Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic (Either () ()) IsRight Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic (a -> a) (Endo a) Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic (Either () a) (Maybe a) Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic (Either a ()) (Maybe a) Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic (a, [a]) (NonEmpty a) Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic (WrappedMonad m a) (m a) Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic ((a, b) -> c) (a -> b -> c) Source # | |
Instance detailsDefined in Control.Isomorphic Methods to' :: ((a, b) -> c) -> a -> b -> c Source # |
Isomorphic (a -> b -> c) (b -> a -> c) Source # | |
Instance detailsDefined in Control.Isomorphic Methods to' :: (a -> b -> c) -> b -> a -> c Source # |
Isomorphic (a -> b -> c) ((a, b) -> c) Source # | |
Instance detailsDefined in Control.Isomorphic Methods to' :: (a -> b -> c) -> (a, b) -> c Source # |
Isomorphic (Either a b) (Either b a) Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic ((a, b), c) (a, (b, c)) Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic (a, (b, c)) ((a, b), c) Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic (a, b) (b, a) Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic (a () b) (ArrowMonad a b) Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic (ST s a) (ST s a) Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic (ST s a) (ST s a) Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic (ArrowMonad a b) (a () b) Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic (a -> m b) (Kleisli m a b) Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic ((a, b), c) (a, b, c) Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic (a, (b, c)) (a, b, c) Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic (a b c) (WrappedArrow a b c) Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic (Const a x) a Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic (a, b, c) ((a, b), c) Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic (a, b, c) (a, (b, c)) Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic (WrappedArrow a b c) (a b c) Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic (Kleisli m a b) (a -> m b) Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic (D1 d (C1 c (S1 s (K1 i a :: Type -> Type))) a) a Source # | |
Instance detailsDefined in Control.Isomorphic |
Isomorphic (Compose f g a) (f (g a)) Source # | |
Instance detailsDefined in Control.Isomorphic |