History log of /seL4-l4v-master/HOL4/src/1/mp_then.sig
Revision Date Author Comments
# 03829d89 06-Apr-2020 Michael Norrish <michael.norrish@data61.csiro.au>

Move the match_position datatype from mp_then to its own file

This type will be used in the API to the forthcoming resolve_then.
Separating it out into a _dtype.sml file also avoids having to repeat
the datatype definition in .sig and .sml file.


# 38092a19 05-Apr-2020 Michael Norrish <michael.norrish@data61.csiro.au>

Move mp_then.PART_MATCH' to Drule and document it


# fc05f8a1 25-Nov-2019 Michael Norrish <Michael.Norrish@nicta.com.au>

Expose mp_then's PART_MATCH' function

This one differs from PART_MATCH is that it keeps generalised
variables quantified if they're not involved in the match.


# 3163fc63 31-Jan-2019 Oskar Abrahamsson <oskar8192@gmail.com>

Fix type signature of mp_then in .sig


# c82f8a7c 31-Jan-2019 Oskar Abrahamsson <oskar8192@gmail.com>

Provide mp_then with a signature

The documentation for mp_then does not appear in the auto-generated
HTML index. This seems to be because it has no signature. This adds
a signature for mp_then so that it becomes visible in the generated
HTML index.