History log of /seL4-l4v-master/HOL4/src/1/Abbrev.sml
Revision Date Author Comments
# 7256adf6 08-Jan-2020 Michael Norrish <michael.norrish@data61.csiro.au>

Add (unused) entrypoints to DefnBase for registering definitions

Also entry-points for storing induction principles to accompany them.


# c7b36e85 15-Mar-2018 Michael Norrish <Michael.Norrish@nicta.com.au>

Up to hol.state0


# eb991075 17-Nov-2015 Michael Norrish <Michael.Norrish@nicta.com.au>

Provide gentactic's type definition in Abbrev.sml


# 7e336374 17-Nov-2014 Jeremy Dawson <jeremy@cecs.anu.edu.au>

list_tactic concept

introduce list_tactic - works on a list of goals, not a single goal
THEN_LT (tac1, ltac2 : list_tactic),
A tactical that applies ltac2 to the list of subgoals resulting from tac1
TACS_TO_LT (tac2l: tactic list) : list_tactic
ALLGOALS - A list_tactic which applies a given tactic to all goals
ALL_LT - always succeeds
NTH_GOAL - applies tactic to nth goal of list
REVERSE_LT - A list_tactic that reverses a list of subgoals
SPLIT_LT - apply two list-tactics, one to first n subgoals,
the other to the rest
ROTATE_LT - rotate the list of subgoals by n positions


# 1bc9f344 13-Jan-2011 Michael Norrish <Michael.Norrish@nicta.com.au>

Change src/bool to src/1 as a prelude to experimentation!