History log of /seL4-l4v-10.1.1/l4v/lib/Match_Abbreviation_Test.thy
Revision Date Author Comments
# da6ccf7a 02-Oct-2018 Japheth Lim <Japheth.Lim@data61.csiro.au>

lib: update qualified imports for LibTest theories


# 26df0c04 03-May-2018 Thomas Sewell <Thomas.Sewell@data61.csiro.au>

lib: Replace subseq->match abbreviation.

The subseq_abbreviation mechanism was a useful way of quoting some of a
definition or term, specialised to the case of left-associated sequences.

Lambda abstractions are now handled better.

The previous subseq mechanism required some generalisations. It is now replaced
by match_abbreviation, which is a more general approach.

The match mechanism picks a term, can select a matching subterm, and can
rewrite the selected term based on pattern matching also. The new mechanism
can cover all the cases of the previous one, as shown in examples.