Module
Control.Selective.Validation
- Package
- purescript-selective-functors
- Repository
- artemisSystem/purescript-selective-functors
#Validation Source
data Validation e a
Ignores errors in not-chosen branches.
Constructors
Instances
Generic (Validation e a) _
(Show e, Show a) => Show (Validation e a)
Functor (Validation e)
(Semigroup e) => Apply (Validation e)
(Semigroup e) => Select (Validation e)
(Semigroup e) => Applicative (Validation e)
(Semigroup e) => Selective (Validation e)
- Modules
- Control.
Select - Control.
Selective - Control.
Selective. ComposeI - Control.
Selective. ComposeTM - Control.
Selective. ComposeTS - Control.
Selective. Free - Control.
Selective. Over - Control.
Selective. SelectA - Control.
Selective. SelectM - Control.
Selective. SelectTM - Control.
Selective. SelectTS - Control.
Selective. Under - Control.
Selective. Validation