--------------------
ABOUT
--------------------
This tool analyzes Haskell code and reports the expected execution time in
arbitrary units.


--------------------
BUILDING/RUNNING
--------------------
To compile it, just run "make".  To run unit tests, run "make test".
To analyze the function "f" in the module "Parseme", run "./analyze Parseme f".

To create documentation, run "make doc".


--------------------
LICENSE
--------------------
The license is BSD-style with the goals being:
- Permissiveness
- GPL compatibility
- Open source
