wenzelm [Fri, 08 Jul 2011 16:01:14 +0200] rev 43708
eliminated hard tabs;
wenzelm [Fri, 08 Jul 2011 15:18:28 +0200] rev 43707
merged
nipkow [Fri, 08 Jul 2011 12:18:46 +0200] rev 43706
merged
nipkow [Thu, 07 Jul 2011 21:53:53 +0200] rev 43705
added translation to fix critical pair between abbreviations for surj and ~=
bulwahn [Thu, 07 Jul 2011 23:33:14 +0200] rev 43704
floor and ceiling definitions are not code equations -- this enables trivial evaluation of floor and ceiling
wenzelm [Fri, 08 Jul 2011 15:17:40 +0200] rev 43703
standardized String.concat towards implode;
wenzelm [Fri, 08 Jul 2011 14:37:19 +0200] rev 43702
more abstract Thy_Load.load_file/use_file for external theory resources;
prefer Boogie_Loader.parse_b2i on already loaded text, bypassing former File.fold_lines optimization;
wenzelm [Fri, 08 Jul 2011 13:59:54 +0200] rev 43701
comment;
wenzelm [Fri, 08 Jul 2011 11:50:58 +0200] rev 43700
clarified Thy_Load.digest_file -- read ML files only once;
wenzelm [Fri, 08 Jul 2011 11:13:21 +0200] rev 43699
tuned signature;
wenzelm [Thu, 07 Jul 2011 23:55:15 +0200] rev 43698
simplified make_option/dest_option;
added make_variant/dest_variant -- usual representation of datatypes;
wenzelm [Thu, 07 Jul 2011 22:04:30 +0200] rev 43697
explicit Document.Node.Header, with master_dir and thy_name;
imitate ML path operations more closely;
wenzelm [Thu, 07 Jul 2011 14:10:50 +0200] rev 43696
explicit indication of type Symbol.Symbol;
wenzelm [Thu, 07 Jul 2011 13:48:30 +0200] rev 43695
simplified Symbol based on lazy Symbol.Interpretation -- reduced odd "functorial style";
tuned implicit build/init messages;
wenzelm [Wed, 06 Jul 2011 23:11:59 +0200] rev 43694
merged
blanchet [Wed, 06 Jul 2011 17:19:34 +0100] rev 43693
make SML/NJ happier
blanchet [Wed, 06 Jul 2011 17:19:34 +0100] rev 43692
make SML/NJ happy + tuning
blanchet [Wed, 06 Jul 2011 17:19:34 +0100] rev 43691
moved ATP dependencies to HOL-Plain, where they belong
blanchet [Wed, 06 Jul 2011 17:19:34 +0100] rev 43690
better setup for experimental "z3_atp"
krauss [Wed, 06 Jul 2011 17:58:03 +0200] rev 43689
64bit versions of some mira configurations
krauss [Wed, 06 Jul 2011 17:56:58 +0200] rev 43688
removed unused mira configuration
bulwahn [Wed, 06 Jul 2011 13:57:52 +0200] rev 43687
merged
bulwahn [Wed, 06 Jul 2011 13:52:42 +0200] rev 43686
tuning options to avoid spurious isabelle test failures
wenzelm [Wed, 06 Jul 2011 22:02:52 +0200] rev 43685
clarified record syntax: fieldext excludes the "more" pseudo-field (unlike 2f885b7e5ba7), so that errors like (| x = a, more = b |) are reported less confusingly;
wenzelm [Wed, 06 Jul 2011 20:46:06 +0200] rev 43684
prefer Synchronized.var;
wenzelm [Wed, 06 Jul 2011 20:14:13 +0200] rev 43683
tuned errors;
more direct Name.uu_ for dummy abstractions;
wenzelm [Wed, 06 Jul 2011 13:31:12 +0200] rev 43682
record package: proper configuration options;
wenzelm [Wed, 06 Jul 2011 11:37:29 +0200] rev 43681
just one copy of split_args;
tuned error message;
wenzelm [Wed, 06 Jul 2011 09:54:40 +0200] rev 43680
merged
hoelzl [Tue, 05 Jul 2011 19:11:29 +0200] rev 43679
rename lemma Infinite_Product_Measure.sigma_sets_subseteq, it hides Sigma_Algebra.sigma_sets_subseteq
nik [Tue, 05 Jul 2011 17:09:59 +0100] rev 43678
improved translation of lambdas in THF
nik [Tue, 05 Jul 2011 17:09:59 +0100] rev 43677
added generation of lambdas in THF
nik [Tue, 05 Jul 2011 17:09:59 +0100] rev 43676
add support for lambdas in TPTP THF generator + killed an unsound type encoding (because the monotonicity calculus assumes first-order)
wenzelm [Tue, 05 Jul 2011 23:18:14 +0200] rev 43675
simplified Symbol.iterator: produce strings, which are mostly preallocated;
eliminated Symbol.CharSequence complications;
wenzelm [Tue, 05 Jul 2011 22:43:18 +0200] rev 43674
tuned comment (cf. e9f26e66692d);
wenzelm [Tue, 05 Jul 2011 22:39:15 +0200] rev 43673
Thy_Info.dependencies: ignore already loaded theories, according to initial prover session status;
wenzelm [Tue, 05 Jul 2011 22:38:44 +0200] rev 43672
theory name needs to conform to Path syntax;
wenzelm [Tue, 05 Jul 2011 21:53:59 +0200] rev 43671
hard-wired print mode "xsymbols" increases chance that "iff" in HOL will print symbolic arrow;
wenzelm [Tue, 05 Jul 2011 21:32:48 +0200] rev 43670
prefer space_explode/split_lines as in Isabelle/ML;
wenzelm [Tue, 05 Jul 2011 21:20:24 +0200] rev 43669
Path.split convenience;
wenzelm [Tue, 05 Jul 2011 20:36:49 +0200] rev 43668
get theory from last executation state;
tuned error messages;
wenzelm [Tue, 05 Jul 2011 19:45:59 +0200] rev 43667
explicit exit_transaction with Theory.end_theory (which could include sanity checks as in HOL-SPARK for example);
reduced Theory.end_theory to plain projection, outside transaction context (see also ddc3b72f9a42);
wenzelm [Tue, 05 Jul 2011 11:45:48 +0200] rev 43666
clarified cancel_execution/await_cancellation;
wenzelm [Tue, 05 Jul 2011 11:16:37 +0200] rev 43665
tuned signature;
tuned;
wenzelm [Tue, 05 Jul 2011 10:54:05 +0200] rev 43664
tuned;
krauss [Tue, 05 Jul 2011 09:54:39 +0200] rev 43663
re-check to explicitly propagate a given type constraint to lhs -- necessary to trigger type improvement in an instantiation target
wenzelm [Mon, 04 Jul 2011 22:25:33 +0200] rev 43662
Document.no_id/new_id as in ML (new_id *could* be session-specific but it isn't right now);
wenzelm [Mon, 04 Jul 2011 22:11:32 +0200] rev 43661
quasi-static Isabelle_System -- reduced tendency towards "functorial style";
wenzelm [Mon, 04 Jul 2011 20:18:19 +0200] rev 43660
explicit class Counter;
wenzelm [Mon, 04 Jul 2011 16:54:58 +0200] rev 43659
merged
hoelzl [Mon, 04 Jul 2011 10:23:46 +0200] rev 43658
the borel probability measure is easier to handle with {0 ..< 1} (coverable by disjoint intervals {_ ..< _})
hoelzl [Mon, 04 Jul 2011 10:15:49 +0200] rev 43657
equalities of subsets of atLeastLessThan
bulwahn [Sun, 03 Jul 2011 09:59:25 +0200] rev 43656
adding documentation of the value antiquotation to the code generation manual
blanchet [Sun, 03 Jul 2011 08:15:14 +0200] rev 43655
make SML/NJ happy
haftmann [Sat, 02 Jul 2011 22:55:58 +0200] rev 43654
install case certificate for If after code_datatype declaration for bool
haftmann [Sat, 02 Jul 2011 22:14:47 +0200] rev 43653
tuned typo
wenzelm [Mon, 04 Jul 2011 16:51:45 +0200] rev 43652
pervasive Basic_Library in Scala;
tuned;
wenzelm [Mon, 04 Jul 2011 16:27:11 +0200] rev 43651
some support for theory files within Isabelle/Scala session;
wenzelm [Mon, 04 Jul 2011 13:43:10 +0200] rev 43650
imitate exception ERROR of Isabelle/ML;
wenzelm [Sun, 03 Jul 2011 19:53:35 +0200] rev 43649
eliminated null;
wenzelm [Sun, 03 Jul 2011 19:42:32 +0200] rev 43648
more explicit edit_node vs. init_node;
some support for master_dir and header;
wenzelm [Sun, 03 Jul 2011 15:10:17 +0200] rev 43647
tuned signature;
wenzelm [Sat, 02 Jul 2011 23:31:07 +0200] rev 43646
Thy_Header.read convenience;
wenzelm [Sat, 02 Jul 2011 23:04:19 +0200] rev 43645
some support for Session.File_Store;
wenzelm [Sat, 02 Jul 2011 21:24:19 +0200] rev 43644
tuned signature;
wenzelm [Sat, 02 Jul 2011 20:54:38 +0200] rev 43643
eliminated redundant session_ready;
wenzelm [Sat, 02 Jul 2011 20:22:02 +0200] rev 43642
tuned;
wenzelm [Sat, 02 Jul 2011 19:22:06 +0200] rev 43641
uniform finish_thy -- always Global_Theory.join_proofs, even with sequential scheduling;
wenzelm [Sat, 02 Jul 2011 19:08:51 +0200] rev 43640
misc tuning;
haftmann [Sat, 02 Jul 2011 10:37:35 +0200] rev 43639
correction: do not assume that case const index covered all cases
haftmann [Fri, 01 Jul 2011 23:31:23 +0200] rev 43638
remove illegal case combinators after merge
haftmann [Fri, 01 Jul 2011 23:10:27 +0200] rev 43637
corrected misunderstanding what `old functions` are supposed to be
haftmann [Fri, 01 Jul 2011 23:07:06 +0200] rev 43636
centralized deletion of equations for constructors; corrected misunderstanding what `old functions` are supposed to be
haftmann [Fri, 01 Jul 2011 22:48:05 +0200] rev 43635
merged
haftmann [Fri, 01 Jul 2011 19:57:41 +0200] rev 43634
index cases for constructors
noschinl [Fri, 01 Jul 2011 19:42:07 +0200] rev 43633
cover induct's "arbitrary" more deeply
wenzelm [Fri, 01 Jul 2011 18:11:17 +0200] rev 43632
merged;
blanchet [Fri, 01 Jul 2011 17:44:04 +0200] rev 43631
enforce hard timeout on ATPs (esp. "z3_atp" on Linux) + remove obsolete failure codes
blanchet [Fri, 01 Jul 2011 16:31:33 +0200] rev 43630
made minimizer informative output accurate
blanchet [Fri, 01 Jul 2011 15:53:38 +0200] rev 43629
test a few more type encodings
blanchet [Fri, 01 Jul 2011 15:53:38 +0200] rev 43628
further repair "mangled_tags", now that tags are also mangled
blanchet [Fri, 01 Jul 2011 15:53:38 +0200] rev 43627
update documentation after "type_enc" renaming + fixed a few other out-of-date factlets
blanchet [Fri, 01 Jul 2011 15:53:38 +0200] rev 43626
renamed "type_sys" to "type_enc", which is more accurate
blanchet [Fri, 01 Jul 2011 15:53:37 +0200] rev 43625
document "simple_higher" type encoding
blanchet [Fri, 01 Jul 2011 15:53:37 +0200] rev 43624
cleaner handling of higher-order simple types, so that it's also possible to use first-order simple types with LEO-II and company
blanchet [Fri, 01 Jul 2011 15:53:37 +0200] rev 43623
mangle "ti" tags
blanchet [Fri, 01 Jul 2011 15:53:37 +0200] rev 43622
tuning
wenzelm [Fri, 01 Jul 2011 17:36:25 +0200] rev 43621
clarified Thy_Syntax.element;
wenzelm [Fri, 01 Jul 2011 16:05:38 +0200] rev 43620
tuned layout;
wenzelm [Fri, 01 Jul 2011 15:16:03 +0200] rev 43619
proper @{binding} antiquotations (relevant for formal references);
wenzelm [Fri, 01 Jul 2011 15:14:44 +0200] rev 43618
tuned;
wenzelm [Fri, 01 Jul 2011 14:17:02 +0200] rev 43617
merged
noschinl [Fri, 01 Jul 2011 13:54:25 +0200] rev 43616
reverted 782991e4180d: fold_fields was never used
noschinl [Fri, 01 Jul 2011 13:54:23 +0200] rev 43615
reverted ce00462f,b3759dce, 7a165592: unwanted generalisation
bulwahn [Fri, 01 Jul 2011 11:26:02 +0200] rev 43614
improving actual dependencies
bulwahn [Fri, 01 Jul 2011 10:45:51 +0200] rev 43613
adding a minimalistic documentation of the value antiquotation in the Isar reference manual