Idris2Doc : Data.Witherable

Data.Witherable

(source)
A Witherable is a combination of a Traversable and a Filterable

Reexports

importpublic Data.Filterable

Definitions

interfaceWitherable : (Type->Type) ->Type
Parameters: t
Constraints: Filterable t, Traversable t
Methods:
wither : Applicativef=> (a->f (Maybeb)) ->ta->f (tb)

Implementations:
WitherableMaybe
WitherableList
wither : Witherablet=>Applicativef=> (a->f (Maybeb)) ->ta->f (tb)
Visibility: public export