aboutsummaryrefslogtreecommitdiffhomepage
path: root/hol-light
Commit message (Collapse)AuthorAge
* Update copyright messages and improve the header of elisp files.Gravatar Erik Martin-Dorel2018-02-21
|
* Change (eval-when (compile) ...) to (eval-when-compile ...)Gravatar Clément Pit--Claudel2017-05-05
| | | | This fixes a bunch of compilation warnings
* Remove compile-time calls to proof-ready-for-assistantGravatar Clément Pit--Claudel2017-03-08
| | | | | Compilation used to run in a separate Emacs process for each file, but that's not what happens when installing PG with package.el.
* Fix incorrect assumption that noninteractive == byte-compilingGravatar Clément Pit--Claudel2017-03-08
| | | | | The PG Makefile does ensure (using --batch) that noninteractive is non-nil while compiling, but package.el doesn't.
* Improvements for type tokens, remove preceding colonGravatar David Aspinall2015-01-05
|
* - support bullets and braces in ProoftreeGravatar Hendrik Tews2013-01-15
| | | | - prooftree protocol change to version 3
* UpdateGravatar David Aspinall2012-11-01
|
* Remove option aspect of 'finfo' datatype, and rename datatype to 'mldata'.Gravatar mark2012-02-24
| | | | | Add wrapper function for :thm -> thm list. Promote more objects.
* Altered graph .dot export so that nodes are displayed as their tactic.Gravatar mark2012-02-23
|
* Allocate jobs!Gravatar David Aspinall2012-02-23
|
* *** empty log message ***Gravatar mark2012-02-23
|
* Capability for exporting .dot files added.Gravatar mark2012-02-23
|
* Various small improvements to capabilityGravatar mark2012-02-21
| | | | | Whole of examples3 now processes Facility for adding manual labels to atomic/composite tactics
* *** empty log message ***Gravatar David Aspinall2012-02-21
|
* *** empty log message ***Gravatar David Aspinall2012-02-21
|
* *** empty log message ***Gravatar David Aspinall2012-02-21
|
* First version of HOL Light tactic recording.Gravatar mark2012-02-16
| | | | | | | | See INSTRUCTIONS and LIMITATIONS files for more details. Currently works for flattening "packaged-up" tactic proofs into g/e commands. Won't work for most proofs because most tactics/thms haven't been promoted. Support for exporting proof graph as a series of goal pairs. Support for displaying extra information to be intercepter by PG for Prooftree.
* Add example menu entryGravatar David Aspinall2012-02-08
|
* Duplicate proofGravatar David Aspinall2012-02-08
|
* Tweak output strings and prompt matchingGravatar David Aspinall2012-02-08
|
* Abort attempt to use special exception printingGravatar David Aspinall2012-02-08
|
* Add print_exn for marked up error messages.Gravatar David Aspinall2012-02-08
|
* Add restart command (does nothing)Gravatar David Aspinall2012-02-08
|
* Add autotestGravatar David Aspinall2012-02-08
|
* Fix parenoGravatar David Aspinall2012-02-08
|
* Add hol-light-prog-name, restart command.Gravatar David Aspinall2012-02-08
|
* Try to make evars output match what is expected by ProoftreeGravatar David Aspinall2012-02-08
|
* Add proof-forget-id command and make top_thm discard the goalstack.Gravatar David Aspinall2012-02-08
|
* Improve handling of undo, implementing pg_kill and pg_undo.Gravatar David Aspinall2012-02-08
|
* More progress with Prooftree. Basic trees produced. Undoing needs work.Gravatar David Aspinall2012-02-08
|
* Adjust global state idea, it is supposed to count down as well as up...Gravatar David Aspinall2012-02-08
|
* Get a little bit further with proof tree.Gravatar David Aspinall2012-02-07
|
* Load pg_tactics, fix proof-undo-n-times-cmd again.Gravatar David Aspinall2012-02-07
|
* Borrow syntax keywords from caml-mode if available. Typo in undo-n-times.Gravatar David Aspinall2012-02-07
|
* Use right HOL systemGravatar David Aspinall2012-02-07
|
* Attempt to rebind failwith, which fails, with...errorsGravatar David Aspinall2012-02-07
|
* Fix compileGravatar David Aspinall2012-02-07
|
* PastoGravatar David Aspinall2012-02-07
|
* Start support for both plain and custom top levels (work in progress).Gravatar David Aspinall2012-02-07
|
* Draft symbol handlingGravatar David Aspinall2012-01-23
|
* Rename goalstate file for pgGravatar David Aspinall2012-01-20
|
* Rename fileGravatar David Aspinall2012-01-20
|
* Hint about changing promptGravatar David Aspinall2012-01-20
|
* Temporary commit to share file, this is work in progress for ProoftreeGravatar David Aspinall2012-01-19
|
* Add file from MarkGravatar David Aspinall2012-01-19
|
* Patch needed temporarily to avoid rebuild of ProoftreeGravatar David Aspinall2012-01-19
|
* Update documentationGravatar David Aspinall2012-01-19
|
* Improve configuration for HOL Light. Allow goals display to be prefixed by ↵Gravatar David Aspinall2012-01-09
| | | | ignored junk (val it : goalstack =).
* Make configuration settings. Tweak error regexp.Gravatar David Aspinall2012-01-06
|
* Some fixes to get a working instance for HOL Light. Work in progress.Gravatar David Aspinall2012-01-05
|