ftypes-0.1.0.0: Initial project template from stack
FTypes.Classes.FChoice
data (f :+: g) a
Constructors
class FFunctor rec => FChoice rec where
Methods
fchoose :: rec (f :+: g) -> Either (rec f) (rec g)