Skip to content
Success

Changes

Summary

  1. Added the command nxsketch, which is like sketch except it separates these subgoals by "next" fills in the context using "fix"/"assume" rather than "for"/"if". Also the sketch command does the same if there is only one subgoal.
  2. proper cut for Parse.enum1' and its derivatives (see also 769abc29bb8e);
  3. unused (see fe9e590ae52f);
  4. clarified modules;
Changeset 78820:b356019e8d49 by paulson _lp15@cam.ac.uk_:
Added the command nxsketch, which is like sketch except it separates these subgoals by "next" fills in the context using "fix"/"assume" rather than "for"/"if". Also the sketch command does the same if there is only one subgoal.
The file was modified src/HOL/ex/Sketch_and_Explore.thy (diff)
Changeset 78819:b8775a63cb35 by wenzelm:
proper cut for Parse.enum1' and its derivatives (see also 769abc29bb8e);
The file was modified src/Pure/Isar/parse.ML (diff)
The file was modified src/Pure/Isar/token.ML (diff)
Changeset 78818:aff231884b20 by wenzelm:
unused (see fe9e590ae52f);
The file was modified src/Pure/Isar/parse.ML (diff)
Changeset 78817:30bcf149054d by wenzelm:
clarified modules;
The file was modified src/Pure/General/scan.ML (diff)
The file was modified src/Pure/Isar/parse.ML (diff)
The file was modified src/Pure/Isar/token.ML (diff)
The file was modified src/Pure/Tools/rail.ML (diff)