Skip to content

Latest commit

 

History

History

tracer-transformers

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Tracer transformers

usually have a type

transformer :: Tracer m b -> Tracer m a

applied as a contravariant functor they transform from a Tracer m a to a Tracer m b.