History log of /seL4-l4v-master/HOL4/src/finite_maps/selftest.sml
Revision Date Author Comments
# d4432472 17-Oct-2020 Michael Norrish <michael.norrish@data61.csiro.au>

Give finite maps their size function without an adjoin_to_theory call

This call had broken because the parsing of the term within the
...Theory.sml broke with 0801c6f226. Luckily such calls are not
necessary in the presence of TypeBase.export.

With a regression test.


# c7b49a49 25-Jun-2019 Michael Norrish <Michael.Norrish@nicta.com.au>

Fix more regression tests broken by testutils API change


# 37c4bbeb 03-Feb-2019 Michael Norrish <Michael.Norrish@nicta.com.au>

Import alist_tree theory and library from CakeML


# 579a2bf3 24-Jan-2019 Michael Norrish <Michael.Norrish@nicta.com.au>

Move src/enumfset material into src/finite_maps


# 16920d84 24-Jan-2019 Michael Norrish <Michael.Norrish@nicta.com.au>

Start merging finite_map/dictionary theories into one directory

Aim is to also include src/enumfset, possibly also the balanced_bst
development from examples, and a CakeML theory (alist_tree).

With all this stuff in the same place, we reduce branching under src/
and get better concurrency when building.