Wed, 04 Apr 2012 20:09:56 +0200 |
Cezary Kaliszyk |
HOL/Import typed matches against Isabelle typedef result
|
changeset |
files
|
Wed, 04 Apr 2012 19:20:52 +0200 |
kuncar |
connect the Quotient package to the Lifting package
|
changeset |
files
|
Wed, 04 Apr 2012 17:51:12 +0200 |
kuncar |
support non-open typedefs; define cr_rel in terms of a rep function for typedefs
|
changeset |
files
|
Wed, 04 Apr 2012 16:29:17 +0100 |
sultana |
tuned;
|
changeset |
files
|
Wed, 04 Apr 2012 16:29:16 +0100 |
sultana |
added interpretation for formula conditional;
|
changeset |
files
|
Wed, 04 Apr 2012 16:29:16 +0100 |
sultana |
refactored tptp lex;
|
changeset |
files
|
Wed, 04 Apr 2012 16:29:16 +0100 |
sultana |
refactored tptp yacc to bring close to official spec;
|
changeset |
files
|
Wed, 04 Apr 2012 16:05:52 +0200 |
huffman |
transfer method generalizes over free variables in goal
|
changeset |
files
|
Wed, 04 Apr 2012 16:03:01 +0200 |
huffman |
add bounded quantifier constant transfer_bforall, whose definition is unfolded after transfer
|
changeset |
files
|
Wed, 04 Apr 2012 12:25:58 +0200 |
huffman |
update keywords file
|
changeset |
files
|
Wed, 04 Apr 2012 14:27:20 +0200 |
huffman |
merged
|
changeset |
files
|
Wed, 04 Apr 2012 11:50:08 +0200 |
huffman |
fix typos
|
changeset |
files
|
Wed, 04 Apr 2012 13:42:01 +0200 |
huffman |
lift_definition command generates transfer rule
|
changeset |
files
|
Wed, 04 Apr 2012 13:41:38 +0200 |
huffman |
prove_quot_theorem fixes types
|
changeset |
files
|
Wed, 04 Apr 2012 14:08:24 +0200 |
bulwahn |
documenting options quickcheck_locale; adjusting IsarRef documentation of Quotient predicate; NEWS
|
changeset |
files
|
Wed, 04 Apr 2012 12:22:51 +0200 |
bulwahn |
added option quickcheck_locale to allow different behaviours for handling locales in Quickcheck;
|
changeset |
files
|
Fri, 06 Apr 2012 12:02:24 +0200 |
wenzelm |
stop node execution at first unassigned exec;
|
changeset |
files
|
Fri, 06 Apr 2012 11:49:08 +0200 |
wenzelm |
discontinued Document.update_perspective side-entry (cf. 546adfa8a6fc) -- NB: re-assignment is always necessary due to non-monotonic cancel_execution;
|
changeset |
files
|
Thu, 05 Apr 2012 22:33:52 +0200 |
wenzelm |
more scalable execute/update: avoid redundant traversal of invisible/finished nodes;
|
changeset |
files
|
Thu, 05 Apr 2012 14:34:54 +0200 |
wenzelm |
less ambitious memo_eval, since memo_result is still not robust here;
|
changeset |
files
|
Thu, 05 Apr 2012 14:14:51 +0200 |
wenzelm |
less aggressive discontinue_execution before document update, to avoid unstable execs that need to be re-assigned;
|
changeset |
files
|
Thu, 05 Apr 2012 13:01:54 +0200 |
wenzelm |
more explicit memo_eval vs. memo_result, to enforce bottom-up execution;
|
changeset |
files
|
Thu, 05 Apr 2012 11:58:46 +0200 |
wenzelm |
Command.memo including physical interrupts (unlike Lazy.lazy);
|
changeset |
files
|
Thu, 05 Apr 2012 10:45:53 +0200 |
wenzelm |
tuned;
|
changeset |
files
|
Wed, 04 Apr 2012 21:03:30 +0200 |
wenzelm |
tuned -- NB: get_theory still needs to apply Lazy.force due to interrupt instabilities;
|
changeset |
files
|
Wed, 04 Apr 2012 17:21:39 +0200 |
wenzelm |
proper signature constraint;
|
changeset |
files
|
Wed, 04 Apr 2012 17:14:19 +0200 |
wenzelm |
tuned comments;
|
changeset |
files
|
Wed, 04 Apr 2012 14:19:47 +0200 |
wenzelm |
separate module for prover command execution;
|
changeset |
files
|
Wed, 04 Apr 2012 14:00:47 +0200 |
wenzelm |
tuned;
|
changeset |
files
|
Wed, 04 Apr 2012 10:38:04 +0200 |
huffman |
fix typo in ML structure name
|
changeset |
files
|
Wed, 04 Apr 2012 11:15:54 +0200 |
wenzelm |
removed obsolete isar-overview manual;
|
changeset |
files
|
Wed, 04 Apr 2012 10:04:25 +0100 |
sultana |
dealing with SMLNJ errors 'value type in structure doesn't match signature spec' (which originated from lack of type generalisation) and 'unresolved flex record' wrt tptp_interpret
|
changeset |
files
|
Wed, 04 Apr 2012 10:49:42 +0200 |
bulwahn |
merged
|
changeset |
files
|
Wed, 04 Apr 2012 10:17:54 +0200 |
bulwahn |
rudimentary handling of products in finitize_functions in Quickcheck-Narrowing
|
changeset |
files
|
Wed, 04 Apr 2012 10:17:08 +0200 |
bulwahn |
improved equality check for modes in predicate compiler
|
changeset |
files
|
Wed, 04 Apr 2012 09:00:10 +0200 |
huffman |
rename ML structure to avoid shadowing earlier name
|
changeset |
files
|
Wed, 04 Apr 2012 07:47:42 +0200 |
huffman |
add type annotations to make SML happy (cf. ec6187036495)
|
changeset |
files
|
Tue, 03 Apr 2012 23:49:24 +0200 |
huffman |
merged
|
changeset |
files
|
Tue, 03 Apr 2012 22:31:00 +0200 |
huffman |
new transfer proof method
|
changeset |
files
|
Tue, 03 Apr 2012 22:04:50 +0200 |
huffman |
renamed Tools/transfer.ML to Tools/legacy_transfer.ML
|
changeset |
files
|
Tue, 03 Apr 2012 21:39:28 +0200 |
wenzelm |
prefer prog-prove, suppress isar-overview;
|
changeset |
files
|
Tue, 03 Apr 2012 21:09:09 +0200 |
wenzelm |
merged
|
changeset |
files
|
Tue, 03 Apr 2012 20:41:13 +0200 |
wenzelm |
merged
|
changeset |
files
|
Tue, 03 Apr 2012 20:42:00 +0200 |
wenzelm |
formal integration of "prog-prove" manual;
|
changeset |
files
|
Tue, 03 Apr 2012 20:37:52 +0200 |
wenzelm |
prefer static dependencies;
|
changeset |
files
|
Tue, 03 Apr 2012 20:56:32 +0200 |
huffman |
merged
|
changeset |
files
|
Tue, 03 Apr 2012 15:15:00 +0200 |
huffman |
modernized obsolete old-style theory name with proper new-style underscore
|
changeset |
files
|
Tue, 03 Apr 2012 17:33:22 +0100 |
sultana |
removed use of CharVector in generated parser, to make SMLNJ happy
|
changeset |
files
|
Tue, 03 Apr 2012 20:24:00 +0200 |
wenzelm |
avoid duplicate PIDE markup;
|
changeset |
files
|
Tue, 03 Apr 2012 20:08:08 +0200 |
wenzelm |
less intrusive visibility;
|
changeset |
files
|
Tue, 03 Apr 2012 19:49:14 +0200 |
wenzelm |
more robust re-import wrt. non-HHF assumptions;
|
changeset |
files
|
Tue, 03 Apr 2012 19:33:46 +0200 |
wenzelm |
consider polyml-5.3.0 as "experimental" since it chokes on HOL-Codegenerator_Test, while 5.2.1 happens to work;
|
changeset |
files
|
Tue, 03 Apr 2012 18:22:14 +0200 |
wenzelm |
close context elements via Expression.cert/read_declaration;
|
changeset |
files
|
Tue, 03 Apr 2012 17:48:16 +0200 |
wenzelm |
merged
|
changeset |
files
|
Tue, 03 Apr 2012 16:45:44 +0100 |
sultana |
added me to isatest email list
|
changeset |
files
|
Tue, 03 Apr 2012 16:26:48 +0200 |
kuncar |
new package Lifting - initial commit
|
changeset |
files
|
Tue, 03 Apr 2012 14:09:37 +0200 |
huffman |
add floor/ceiling lemmas suggested by René Thiemann
|
changeset |
files
|
Tue, 03 Apr 2012 08:55:06 +0200 |
nipkow |
made sure that " is shown in tutorial text
|
changeset |
files
|
Mon, 02 Apr 2012 21:26:46 +0100 |
Christian Urban |
merged
|
changeset |
files
|
Mon, 02 Apr 2012 21:26:07 +0100 |
Christian Urban |
tuned proofs
|
changeset |
files
|