Idris2Doc : Libraries.Data.Tap

Libraries.Data.Tap

(source)
Is there a more common name for this transformer?
`ListT m a` is for `m (List a)` rather than this more progressive thing

Definitions

dataTap : (Type->Type) ->Type->Type
Totality: not strictly positive
Visibility: public export
Constructors:
Nil : Tapma
(::) : a->m (Tapma) ->Tapma

Hint: 
Functorm=>Functor (Tapm)
traverse : Monadm=> (a->mb) ->Tapma->m (Tapmb)
Visibility: export
filter : Monadm=> (a->Bool) ->Tapma->m (Tapma)
Visibility: export