joint-0.1.1: Trying to compose non-composable

Safe HaskellSafe
LanguageHaskell2010

Control.Joint.Base.Either

Contents

Orphan instances

Composition (Either e) Source # 
Instance details

Associated Types

type Primary (Either e) a :: Type Source #

Methods

unwrap :: Either e a -> Primary (Either e) a Source #

Transformer (Either e) Source # 
Instance details

Associated Types

type Schema (Either e) u = (r :: Type -> Type) Source #

Methods

lay :: Functor u => u ~> Schema (Either e) u Source #

wrap :: Applicative u => Either e ~> Schema (Either e) u Source #