Examples.Stack (ExExample v0.1.2)

View Source

I contain examples that test the Stack implementation.

Summary

Functions

copy(item)

@spec copy(any()) :: Stack.t()

Callback implementation for ExExample.Behaviour.copy/1.

empty_stack_should_be_empty()

new_stack()

pop_stack()

push_stack()

push_value(v \\ "example value")

rerun?(_)

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

Callback implementation for ExExample.Behaviour.rerun?/1.