ExExample.Behaviour behaviour (ExExample v0.1.1)

View Source

I help determine when Examples ought to be run again or be copied

I do this by defining out a behaviour that is to be used with the use macro for ExExample

Summary

Callbacks

copy(any)

@callback copy(any()) :: any()

rerun?(any)

@callback rerun?(any()) :: boolean()