Safe Haskell | Safe |
---|
Control.Monad.MultiPass.Instrument.Delay
Description
The Delay
instrument is stateless and its implementation is trivial.
Its purpose is to allow values which were computed in pass p1
to be
used in pass p2
.
Documentation
Abstract datatype for the instrument.
Instances
Instrument tc () () (Delay On On tc) | |
Instrument tc () () (Delay On Off tc) | |
Instrument tc () () (Delay Off Off tc) |