History log of /seL4-l4v-10.1.1/HOL4/src/1/theory_tests/github115aScript.sml
Revision Date Author Comments
# 649f70e4 25-Apr-2013 Michael Norrish <Michael.Norrish@nicta.com.au>

Extend kernel API with new all_atoms entrypoint.

Use this in theory pretty-printing routine to deal with issue #115.

Closes #115.


# 91b7f2be 25-Apr-2013 Michael Norrish <Michael.Norrish@nicta.com.au>

Simplify the issue #115 test-case.

The problem arises in the standard kernel (only) when a term has a
bound variable of name n with scope over a different variable of the
same name (i.e., there is a free variable of the same name but a
different type under the binder).

Fundamentally, the issue is that the standard kernel’s dest_abs
necessarily traverses the body of a term in order to turn indexes into
free vars. In the process it detects if it is about to create a term
with free variables of same names and different types. In that
situation it renames the bound variable and repeats. Perhaps this is a
mis-design.


# 66651116 25-Apr-2013 Michael Norrish <Michael.Norrish@nicta.com.au>

Move issue #115 test-case to much earlier in the build sequence.