Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 337 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 337 Bytes

Testing and polymorphism

To build and run the tests:

$ stack build --test

To run the retry example with an exponential back-off:

$ stack exec retry-test-exe

The project contains: