API Reference ExExample v#0.1.2

View Source

Modules

Documentation for ExExample.

I contain functionality to analyze ASTs.

I implement the state for analyzing an AST.

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

I define logic to store and retrieve results from the cache.

I represent the key for an example invocation.

I represent the result of an example execution.

I generate a test for the given module that runs all of its examples.

I contain functionality to execute examples.

I am the result of running an example.

I contain examples that test the Stack implementation.

I am an example implementation of a Stack. I am used to show example.. examples.