0.10.1
Features:
- Added effect.io, which gives intents for representing print and raw_input-style interactions
- The Func intent now accepts _args and *_kwargs to pass through to the function, and which are compared on
__eq__, to make testing easier. effect.raise_is a convenience function to raise an exception instance.effect.testing.noopislambda i: None, and is intended to be used inperform_sequencesequences.effect.perform_delay_with_sleepis a new performer that performsDelayintents by sleeping.- The exceptions raised from
perform_sequencehave more informative output.