aboutsummaryrefslogtreecommitdiff
path: root/hol-light
AgeCommit message (Collapse)Author
2018-12-13Use `cl-lib` instead of `cl` everywhereStefan Monnier
Use lexical-binding in a few files where it was easy. Don't require `proof-compat` when it's not used. * coq/coq-db.el: Use lexical-binding. * coq/coq-system.el: Use lexical-binding. (coq--extract-prog-args): Use concatenated-args rather than recomputing it. * coq/coq.el: Require `span` to silence some warnings. * generic/pg-user.el: Use lexical-binding. (complete, add-completion, completion-min-length): Silence warnings. * generic/pg-xml.el: Use lexical-binding. (pg-xml-string-of): Prefer mapconcat to reduce+concat. * generic/proof-depends.el: Use lexical-binding. (proof-dep-split-deps): Use `push`. * generic/proof-shell.el: Require `span` to silence some warnings. (proof-shell-invisible-command): Don't use lexical-let just to build a wasteful η-redex! * lib/holes.el: Use lexical-binding. Remove redundant :group args. * lib/span.el: Use lexical-binding. (span-read-only-hook): Use user-error. (span-raise): Remove, unused.
2018-12-12Cleanup patch; Moving defvar to toplevelStefan Monnier
Move `defvar`s used to silence warnings outside of eval-when-compile. Make sure they don't actually give a value to the var. * pg-init.el: Simplify. Use (if t ...) to avoid running `require` at compile-time. Don't add subdirs to load-path here since this code is never used. (pg-init--script-full-path, pg-init--pg-root): Inline their definition into their sole user. * generic/proof-utils.el (proof-resize-window-tofit): Inline definitions of window-leftmost-p and window-rightmost-p previously in proof-compat.el. * lib/proof-compat.el (proof-running-on-win32): Remove, not used. (mac-key-mode): Remove, there's no carbon-emacs-package-version in Emacs≥24.3. (pg-custom-undeclare-variable): Use dolist. (save-selected-frame): Remove, save-selected-window also saves&restores the selected frame at the same time. Update all users (which already used save-selected-window around it). (window-leftmost-p, window-rightmost-p, window-bottom-p) (find-coding-system): Remove, unused. * hol-light/hol-light.el (caml-font-lock-keywords): Don't try to defvar it to a dummy value and... (hol-light): ...check its existence before using it instead. * coq/coq.el (coq-may-use-prettify): Simplify initialization.
2018-02-21Update copyright messages and improve the header of elisp files.Erik Martin-Dorel
2017-05-05Change (eval-when (compile) ...) to (eval-when-compile ...)Clément Pit--Claudel
This fixes a bunch of compilation warnings
2017-03-08Remove compile-time calls to proof-ready-for-assistantClément Pit--Claudel
Compilation used to run in a separate Emacs process for each file, but that's not what happens when installing PG with package.el.
2017-03-08Fix incorrect assumption that noninteractive == byte-compilingClément Pit--Claudel
The PG Makefile does ensure (using --batch) that noninteractive is non-nil while compiling, but package.el doesn't.
2015-01-05Improvements for type tokens, remove preceding colonDavid Aspinall
2013-01-15- support bullets and braces in ProoftreeHendrik Tews
- prooftree protocol change to version 3
2012-11-01UpdateDavid Aspinall
2012-02-24Remove option aspect of 'finfo' datatype, and rename datatype to 'mldata'.mark
Add wrapper function for :thm -> thm list. Promote more objects.
2012-02-23Altered graph .dot export so that nodes are displayed as their tactic.mark
2012-02-23Allocate jobs!David Aspinall
2012-02-23*** empty log message ***mark
2012-02-23Capability for exporting .dot files added.mark
2012-02-21Various small improvements to capabilitymark
Whole of examples3 now processes Facility for adding manual labels to atomic/composite tactics
2012-02-21*** empty log message ***David Aspinall
2012-02-21*** empty log message ***David Aspinall
2012-02-21*** empty log message ***David Aspinall
2012-02-16First version of HOL Light tactic recording.mark
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.
2012-02-08Add example menu entryDavid Aspinall
2012-02-08Duplicate proofDavid Aspinall
2012-02-08Tweak output strings and prompt matchingDavid Aspinall
2012-02-08Abort attempt to use special exception printingDavid Aspinall
2012-02-08Add print_exn for marked up error messages.David Aspinall
2012-02-08Add restart command (does nothing)David Aspinall
2012-02-08Add autotestDavid Aspinall
2012-02-08Fix parenoDavid Aspinall
2012-02-08Add hol-light-prog-name, restart command.David Aspinall
2012-02-08Try to make evars output match what is expected by ProoftreeDavid Aspinall
2012-02-08Add proof-forget-id command and make top_thm discard the goalstack.David Aspinall
2012-02-08Improve handling of undo, implementing pg_kill and pg_undo.David Aspinall
2012-02-08More progress with Prooftree. Basic trees produced. Undoing needs work.David Aspinall
2012-02-08Adjust global state idea, it is supposed to count down as well as up...David Aspinall
2012-02-07Get a little bit further with proof tree.David Aspinall
2012-02-07Load pg_tactics, fix proof-undo-n-times-cmd again.David Aspinall
2012-02-07Borrow syntax keywords from caml-mode if available. Typo in undo-n-times.David Aspinall
2012-02-07Use right HOL systemDavid Aspinall
2012-02-07Attempt to rebind failwith, which fails, with...errorsDavid Aspinall
2012-02-07Fix compileDavid Aspinall
2012-02-07PastoDavid Aspinall
2012-02-07Start support for both plain and custom top levels (work in progress).David Aspinall
2012-01-23Draft symbol handlingDavid Aspinall
2012-01-20Rename goalstate file for pgDavid Aspinall
2012-01-20Rename fileDavid Aspinall
2012-01-20Hint about changing promptDavid Aspinall
2012-01-19Temporary commit to share file, this is work in progress for ProoftreeDavid Aspinall
2012-01-19Add file from MarkDavid Aspinall
2012-01-19Patch needed temporarily to avoid rebuild of ProoftreeDavid Aspinall
2012-01-19Update documentationDavid Aspinall
2012-01-09Improve configuration for HOL Light. Allow goals display to be prefixed by ↵David Aspinall
ignored junk (val it : goalstack =).