This is an interpreter for the simply-typed lambda calculus. It is
written making heavy use of generalized algebraic datatypes (GADTs), and is
meant to serve as an example how how these GADTs can be useful. See
the GitHub repo for more information about the syntax for the language
and interpreter commands.