| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Polysemy.Mock.Instances
Contents
Orphan instances
| GShow (Input t a :: k -> Type) # | |
Methods gshowsPrec :: forall (a0 :: k0). Int -> Input t a a0 -> ShowS # | |
| GEq (Input t a :: k -> Type) # | |
| (GShow (f []), GShow (Union fs a)) => GShow (Union (f ': fs) a :: Type -> Type) # | |
Methods gshowsPrec :: forall (a0 :: k). Int -> Union (f ': fs) a a0 -> ShowS # | |
| GShow (Union ('[] :: [Effect]) a :: Type -> Type) # | |
Methods gshowsPrec :: forall (a0 :: k). Int -> Union '[] a a0 -> ShowS # | |
| Show t => GShow (Output t a :: Type -> Type) # | |
Methods gshowsPrec :: forall (a0 :: k). Int -> Output t a a0 -> ShowS # | |
| Eq t => GEq (Output t a :: Type -> Type) # | |