int_stack - 

An example that defines and uses stacks of integers.

The implementation is done with a simple linked list. It features: free constructors, nullable types and some adaptive typing.

Content