Idris2Doc : Data.Witherable.Indexed

Data.Witherable.Indexed

(source)
An indexed Witherable

Reexports

importpublic Data.Filterable.Indexed
importpublic Data.Traversable.Indexed
importpublic Data.Witherable

Definitions

interfaceIndWitherable : Type-> (Type->Type) ->Type
Parameters: i, t
Constraints: Witherable t, IndTraversable i t, IndFilterable i t
Methods:
iwither : Applicativef=> (i->a->f (Maybeb)) ->ta->f (tb)

Implementation: 
IndWitherable () Maybe
iwither : IndWitherableit=>Applicativef=> (i->a->f (Maybeb)) ->ta->f (tb)
Visibility: public export
enumWither : Applicativef=> (Nat->a->f (Maybeb)) ->Lista->f (Listb)
Visibility: export