History log of /seL4-l4v-master/HOL4/src/quotient/examples/lambda/barendregt.sml
Revision Date Author Comments
# 4888f523 15-Oct-2017 Michael Norrish <Michael.Norrish@nicta.com.au>

Remove eqtype declaration for term type


# 95d60bd3 02-Oct-2017 Michael Norrish <Michael.Norrish@nicta.com.au>

Remove -- as an alias for Term parser.

As per comment in release notes this has long been replaced as
appropriate style.


# 4761143b 10-Aug-2009 Tjark Weber <Tjark.Weber@cl.cam.ac.uk>

Removed trailing whitespace from all .sml and .sig files.

This affects over 900 files and was done using emacs's delete-trailing-whitespace
function in batch mode. Building the system with Poly/ML and Moscow ML seems to
work, so I'm hoping these changes don't break anything. Please complain if
they do!


# cc8aca1f 12-Aug-2005 Peter Homeier <palantir@trustworthytools.com>

----------------------------------------------------------------------
Committing in a new example for the higher order quotient library.
This represents the abstract syntax of the lambda calculus, with
alpha-equivalent terms identified.

Modified Files:
README
Added Files:
lambda/MutualIndThen.sig lambda/MutualIndThen.sml
lambda/alphaScript.sml lambda/barendregt.sig
lambda/barendregt.sml lambda/betaScript.sml
lambda/etaScript.sml lambda/ind_rel.sig lambda/ind_rel.sml
lambda/liftScript.sml lambda/more_listScript.sml
lambda/more_setScript.sml lambda/reductionScript.sml
lambda/tactics.sig lambda/tactics.sml lambda/termScript.sml
lambda/variableScript.sml
----------------------------------------------------------------------