History log of /seL4-l4v-10.1.1/HOL4/examples/unification/triangular/nominal/ntermScript.sml
Revision Date Author Comments
# 3e63ef3e 26-Mar-2018 Michael Norrish <Michael.Norrish@nicta.com.au>

Fixed nominal unification example


# 0b018443 11-Dec-2017 Michael Norrish <Michael.Norrish@nicta.com.au>

Rename TypeBase entrypoints for caseeqsplit and friends

Now use case_eq everywhere.

Work on github issue #345


# 69cb895a 30-Nov-2017 Michael Norrish <Michael.Norrish@nicta.com.au>

Fix script broken by change to TypeBase API in 962f50c154f


# eeb65388 09-Dec-2012 Michael Norrish <michael.norrish@nicta.com.au>

Fix nominal terms in unification example so that their case constant defines OK.

This is progress with github issue #97.


# b042f99e 03-Aug-2012 Anthony Fox <anthony.fox@cl.cam.ac.uk>

Patch aimed at fixing failure of level 2 build.


# a332333c 17-Sep-2011 Michael Norrish <Michael.Norrish@nicta.com.au>

Progress towards getting nominal unification to rebuild.

I didn't remember that this stuff depended on the nominal theory in
examples/lambda, so I didn't check that it worked before I merged in the
changes of the perm_type branch.


# 0bbd2a7e 21-Jun-2011 Michael Norrish <Michael.Norrish@nicta.com.au>

Rename TruePrefix to Prefix; use fixity options with NONE for what was Prefix.

90+% of this work was done by Ramana Kumar. The following list are
the commits for a series of individual commits that have been squished
into one big change:
* remove mention of TruePrefix from the add_rule docfile
* first batch of changes removing TruePrefix from src/parse
* replace TruePrefix by Prefix in boolScript.sml
* remove TruePrefix from Rsyntax
is a fixity ever required for new_specification?
* some more Prefix -> NONE and TruePrefix -> Prefix in theories
* TruePrefix changes for datatype
* TruePrefix changes for res_quan
* TruePrefix->Prefix in a TeX selftest
* TruePrefix changes for quotient
* TruePrefix changes for integer and real
* fix quotient examples for TruePrefix removal
* more fixes for quotient examples
* fixes for lambda example for TruePrefix removal
* Reword description manual in light of removal of TruePrefix.
* Fix msgTheory quotient example; Poly 5.3 had problems with monotypes.
* Fixes for files in examples/lambda given removal of TruePrefix.
* Fix in examples/unification given removal of TruePrefix.
* Fix in examples/HolCheck given removal of TruePrefix.
* Fixes in examples/acl2 given removal of TruePrefix.


# c26105ad 14-Apr-2011 Ramana Kumar <ramana.kumar@gmail.com>

New examples: unification algorithms in accumulator-passing style