Idris2Doc : Data.Witherable.Dependent

Data.Witherable.Dependent

(source)
A dependently-typed Witherable

Reexports

importpublic Data.Filterable.Dependent
importpublic Data.Traversable.Dependent

Definitions

interfaceDepWitherable : (i : Type) -> ((i->Type) ->Type) ->Type
Parameters: i, t
Constraints: DepTraversable i t, DepFilterable i t
Methods:
dwither : Applicativef=> ((x : i) ->ux->f (Maybe (vx))) ->tu->f (tv)
dwither : DepWitherableit=>Applicativef=> ((x : i) ->ux->f (Maybe (vx))) ->tu->f (tv)
Visibility: public export