History log of /seL4-l4v-master/HOL4/src/parse/TypeNet.sml
Revision Date Author Comments
# d55c4ad2 26-Aug-2010 Michael Norrish <Michael.Norrish@nicta.com.au>

Fix for TypeNet bug (and new regression test in src/bool).

The issue wasn't really anything to do with Hol_datatype. It was having
problems because of the way it inserts data about new types into the
TypeBase after a type has been defined. The TypeNet structure is used by
the type-abbreviation facility too, and so the 'same' bug can be
demonstrated using type_abbrev. The fix to TypeNet was to get it to
explicitly record the arity of the type operators in the nodes of its
internal trie.


# a441ce8f 21-Sep-2006 Michael Norrish <Michael.Norrish@nicta.com.au>

Bug-fixes for the TypeNet implementation.


# 37b245ef 21-Sep-2006 Michael Norrish <Michael.Norrish@nicta.com.au>

Move the TypeNet implementation into src/parse, where I want to use it
to implement printing of type abbreviations.