Tue, 01 Jun 2010 12:16:40 +0200 |
berghofe |
merged
|
changeset |
files
|
Tue, 01 Jun 2010 11:39:51 +0200 |
berghofe |
Renamed TypeInfer to Type_Infer.
|
changeset |
files
|
Tue, 01 Jun 2010 11:30:57 +0200 |
berghofe |
merged
|
changeset |
files
|
Tue, 01 Jun 2010 11:16:16 +0200 |
berghofe |
assign now applies meet before update_new to avoid misleading error message.
|
changeset |
files
|
Tue, 01 Jun 2010 11:13:40 +0200 |
berghofe |
Tuned.
|
changeset |
files
|
Tue, 01 Jun 2010 11:13:09 +0200 |
berghofe |
Adapted to new format of proof terms containing explicit proofs of class membership.
|
changeset |
files
|
Tue, 01 Jun 2010 11:04:49 +0200 |
berghofe |
classrel and arity theorems are now stored under proper name in theory. add_arity and
|
changeset |
files
|
Tue, 01 Jun 2010 11:01:16 +0200 |
berghofe |
- outer_constraints with original variable names, to ensure that argsP is consistent with args
|
changeset |
files
|
Tue, 01 Jun 2010 10:55:38 +0200 |
berghofe |
outer_constraints with original variable names, to ensure that argsP is consistent with args
|
changeset |
files
|
Tue, 01 Jun 2010 10:53:55 +0200 |
berghofe |
- Equality check on propositions after lookup of theorem now takes type variable
|
changeset |
files
|
Tue, 01 Jun 2010 10:48:38 +0200 |
berghofe |
Use Proofterm.forall_intr_proof' instead of locally defined forall_intr_prf.
|
changeset |
files
|
Tue, 01 Jun 2010 10:46:47 +0200 |
berghofe |
- Added extra flag to read_term and read_proof functions that allows to parse (proof)terms in which
|
changeset |
files
|
Tue, 01 Jun 2010 11:37:41 +0200 |
wenzelm |
merged
|
changeset |
files
|
Tue, 01 Jun 2010 11:18:51 +0200 |
haftmann |
merged
|
changeset |
files
|
Tue, 01 Jun 2010 10:30:54 +0200 |
haftmann |
corrected printing of characters
|
changeset |
files
|
Tue, 01 Jun 2010 10:30:53 +0200 |
haftmann |
corrected implementation
|
changeset |
files
|
Tue, 01 Jun 2010 10:30:53 +0200 |
haftmann |
added Scala code setup
|
changeset |
files
|
Tue, 01 Jun 2010 10:30:53 +0200 |
haftmann |
tuned code setup
|
changeset |
files
|
Tue, 01 Jun 2010 11:37:24 +0200 |
wenzelm |
keep structure ThyLoad for the sake of Proof General;
|
changeset |
files
|
Tue, 01 Jun 2010 09:12:12 +0200 |
haftmann |
added random instance for word
|
changeset |
files
|
Mon, 31 May 2010 22:08:40 +0200 |
wenzelm |
notes on Isabelle/jEdit;
|
changeset |
files
|
Mon, 31 May 2010 21:29:27 +0200 |
wenzelm |
remove presently unused Isabelle application;
|
changeset |
files
|
Mon, 31 May 2010 21:06:57 +0200 |
wenzelm |
modernized some structure names, keeping a few legacy aliases;
|
changeset |
files
|
Mon, 31 May 2010 19:36:13 +0200 |
wenzelm |
merged
|
changeset |
files
|
Mon, 31 May 2010 17:41:06 +0200 |
blanchet |
merge
|
changeset |
files
|
Mon, 31 May 2010 17:20:41 +0200 |
blanchet |
fix handling of "split" w.r.t. new definition + fix exception handling w.r.t. "expect" option
|
changeset |
files
|
Mon, 31 May 2010 17:31:33 +0200 |
haftmann |
updated generated files
|
changeset |
files
|
Mon, 31 May 2010 17:29:28 +0200 |
haftmann |
clarified
|
changeset |
files
|
Mon, 31 May 2010 17:29:26 +0200 |
haftmann |
adjusted
|
changeset |
files
|
Mon, 31 May 2010 18:17:48 +0200 |
wenzelm |
terminate ML compiler input produced by ML_Lex.read (cf. 85e864045497);
|
changeset |
files
|
Mon, 31 May 2010 16:45:48 +0200 |
wenzelm |
Toplevel.run_command: reraise Interrupt, to terminate the Isar_Document.execution and not store a failed attempt;
|
changeset |
files
|
Mon, 31 May 2010 10:29:04 +0200 |
wenzelm |
merged
|
changeset |
files
|
Sun, 30 May 2010 21:29:37 +0200 |
ballarin |
Typo in locales tutorial.
|
changeset |
files
|
Mon, 31 May 2010 10:27:42 +0200 |
wenzelm |
Theory_Target.pretty: more markup;
|
changeset |
files
|
Mon, 31 May 2010 10:24:21 +0200 |
wenzelm |
tuned abbrevs for long arrows, according to usual ASCII syntax;
|
changeset |
files
|
Mon, 31 May 2010 09:47:41 +0200 |
wenzelm |
more flexibile font size via CSS <style> instead of old <font> element;
|
changeset |
files
|
Mon, 31 May 2010 09:46:43 +0200 |
wenzelm |
tuned;
|
changeset |
files
|
Sun, 30 May 2010 23:42:03 +0200 |
wenzelm |
control tooltip font via Swing HTML, with tooltip-font-size property;
|
changeset |
files
|
Sun, 30 May 2010 23:40:24 +0200 |
wenzelm |
added HTML.encode (in Scala), similar to HTML.output in ML;
|
changeset |
files
|
Sun, 30 May 2010 21:59:15 +0200 |
wenzelm |
one extra space to accomodate symbolic indentifiers etc.;
|
changeset |
files
|
Sun, 30 May 2010 21:34:19 +0200 |
wenzelm |
replaced ML_Lex.read_antiq by more concise ML_Lex.read, which includes full read/report with explicit position information;
|
changeset |
files
|
Sun, 30 May 2010 18:23:50 +0200 |
wenzelm |
more detailed token markup, including command kind as sub_kind;
|
changeset |
files
|
Sun, 30 May 2010 16:54:40 +0200 |
wenzelm |
tuned;
|
changeset |
files
|
Sun, 30 May 2010 16:00:13 +0200 |
wenzelm |
separate markup for ML delimiters;
|
changeset |
files
|
Sun, 30 May 2010 15:27:49 +0200 |
wenzelm |
less pschedelic token markup;
|
changeset |
files
|
Sun, 30 May 2010 14:21:35 +0200 |
wenzelm |
simplified command/keyword markup;
|
changeset |
files
|
Sun, 30 May 2010 14:14:30 +0200 |
wenzelm |
markup non-identifier keyword as operator;
|
changeset |
files
|
Sun, 30 May 2010 13:47:12 +0200 |
wenzelm |
Isabelle_Process: do not enforce future_terminal_proof by default -- no error propagation yet;
|
changeset |
files
|
Sun, 30 May 2010 13:44:35 +0200 |
wenzelm |
more basic default behaviour of ENTER, HOME, END;
|
changeset |
files
|
Sat, 29 May 2010 20:49:04 +0200 |
wenzelm |
tuned messages;
|
changeset |
files
|
Sat, 29 May 2010 20:34:28 +0200 |
wenzelm |
do not highlight ignored command spans;
|
changeset |
files
|
Sat, 29 May 2010 20:03:47 +0200 |
wenzelm |
more explicit handling of document;
|
changeset |
files
|
Sat, 29 May 2010 19:46:29 +0200 |
wenzelm |
explicit markup for forked goals, as indicated by Goal.fork;
|
changeset |
files
|
Sat, 29 May 2010 17:26:02 +0200 |
wenzelm |
avoid :\ which is not tail-recursive and tends to overflow the tiny JVM stack, which is not resizable at runtime;
|
changeset |
files
|
Sat, 29 May 2010 16:44:44 +0200 |
wenzelm |
define_state/new_state: provide state immediately, which is now lazy;
|
changeset |
files
|
Sat, 29 May 2010 15:52:47 +0200 |
wenzelm |
force_result within the current execution context -- avoids overhead of potential thread context switch and robustifies Interrupt handling;
|
changeset |
files
|
Sat, 29 May 2010 15:31:15 +0200 |
wenzelm |
future result: retain plain Interrupt for vacuous group exceptions;
|
changeset |
files
|
Fri, 28 May 2010 22:51:04 +0200 |
blanchet |
remove two examples, now that the definition of "fst" and "snd" has changed
|
changeset |
files
|
Fri, 28 May 2010 22:34:21 +0200 |
wenzelm |
merged
|
changeset |
files
|
Fri, 28 May 2010 19:36:48 +0100 |
webertj |
Got rid of a warning about duplicate rewrite rules.
|
changeset |
files
|