blanchet [Mon, 04 Oct 2010 22:51:53 +0200] rev 39947
tuning
blanchet [Mon, 04 Oct 2010 22:45:09 +0200] rev 39946
move Metis into Plain
blanchet [Mon, 04 Oct 2010 22:01:34 +0200] rev 39945
added "Meson" theory to Makefile
blanchet [Mon, 04 Oct 2010 21:57:23 +0200] rev 39944
update authors
blanchet [Mon, 04 Oct 2010 21:55:54 +0200] rev 39943
remove Meson from Hilbert_Choice
blanchet [Mon, 04 Oct 2010 21:50:32 +0200] rev 39942
remove Meson from Sledgehammer
blanchet [Mon, 04 Oct 2010 21:49:07 +0200] rev 39941
move Meson to Plain
blanchet [Mon, 04 Oct 2010 21:37:42 +0200] rev 39940
move MESON files together
blanchet [Mon, 04 Oct 2010 20:55:55 +0200] rev 39939
paramify new skolems just like old ones (cf. reveal_old_skolem_terms)
blanchet [Mon, 04 Oct 2010 18:31:34 +0200] rev 39938
fixed two bugs in new skolemizer: instantiations now take types into consideration, and rotate_tac is given the proper offset
blanchet [Mon, 04 Oct 2010 17:30:34 +0200] rev 39937
correctly handle multiple copies of the same axiom with the same types
blanchet [Mon, 04 Oct 2010 16:36:20 +0200] rev 39936
put two operations in the right order
blanchet [Mon, 04 Oct 2010 16:24:53 +0200] rev 39935
reintroduce old "unify_prem_with_concl" code to avoid reaching unification bound + primitive handling for polymorphism
blanchet [Mon, 04 Oct 2010 15:05:19 +0200] rev 39934
apply "assume_tac" directly on the right assumption, using "rotate_tac" -- this ensures that the desired unifications are performed
blanchet [Mon, 04 Oct 2010 14:36:18 +0200] rev 39933
instantiate foralls and release exists in the order described by the topological order
blanchet [Mon, 04 Oct 2010 14:34:15 +0200] rev 39932
reverted 0bfaaa81fc62, since "Thm.rename_boundvars" can't be relied upon to give unique names to bound variables
blanchet [Mon, 04 Oct 2010 09:08:46 +0200] rev 39931
renamed internal function
blanchet [Mon, 04 Oct 2010 09:05:15 +0200] rev 39930
hack in MESON to make it less likely that variables (e.g. "x") get renamed (e.g. "xa") when resolving
haftmann [Wed, 06 Oct 2010 13:48:12 +0200] rev 39929
tuned header
krauss [Tue, 05 Oct 2010 18:09:31 +0200] rev 39928
tuned
krauss [Tue, 05 Oct 2010 18:09:29 +0200] rev 39927
force less agressively
krauss [Tue, 05 Oct 2010 16:33:16 +0200] rev 39926
lexicographic_order: replace parallel map with laziness to avoid wasting cycles on proofs that are not needed
krauss [Tue, 05 Oct 2010 14:19:43 +0200] rev 39925
removed complicated (and rarely helpful) error reporting
krauss [Tue, 05 Oct 2010 14:19:40 +0200] rev 39924
discontinued continuations to simplify control flow; dropped optimization in scnp
krauss [Tue, 05 Oct 2010 14:19:38 +0200] rev 39923
use Cache structure instead of passing tables around explicitly
haftmann [Tue, 05 Oct 2010 11:45:16 +0200] rev 39922
merged
haftmann [Tue, 05 Oct 2010 11:37:42 +0200] rev 39921
lemmas fold_commute and fold_commute_apply
krauss [Fri, 07 May 2010 15:36:03 +0200] rev 39920
spelling
haftmann [Mon, 04 Oct 2010 14:46:49 +0200] rev 39919
adjusted to inductive characterization of sorted
haftmann [Mon, 04 Oct 2010 14:46:49 +0200] rev 39918
tuned whitespace
haftmann [Mon, 04 Oct 2010 14:46:48 +0200] rev 39917
turned distinct and sorted into inductive predicates: yields nice induction principles for free; more elegant proofs
haftmann [Mon, 04 Oct 2010 14:46:48 +0200] rev 39916
turned distinct and sorted into inductive predicates: yields nice induction principles for free
haftmann [Mon, 04 Oct 2010 12:22:58 +0200] rev 39915
turned distinct and sorted into inductive predicates: yields nice induction principles for free; more elegant proofs
blanchet [Sat, 02 Oct 2010 12:32:31 +0200] rev 39914
some Poly/ML-specific debugging code escaped in the wild -- comment it out
haftmann [Fri, 01 Oct 2010 22:44:36 +0200] rev 39913
merged
haftmann [Fri, 01 Oct 2010 17:06:49 +0200] rev 39912
avoid antiquotation processing for code_reflect; moved ML_Context.value to Code_Runtime
haftmann [Fri, 01 Oct 2010 17:06:49 +0200] rev 39911
moved ML_Context.value to Code_Runtime
haftmann [Fri, 01 Oct 2010 16:05:25 +0200] rev 39910
constant `contents` renamed to `the_elem`
blanchet [Fri, 01 Oct 2010 18:49:09 +0200] rev 39909
merged
blanchet [Fri, 01 Oct 2010 18:48:37 +0200] rev 39908
tune whitespace
blanchet [Fri, 01 Oct 2010 17:56:32 +0200] rev 39907
rename bound variables after skolemizing, if the axiom of choice is available
blanchet [Fri, 01 Oct 2010 17:52:20 +0200] rev 39906
tuning
blanchet [Fri, 01 Oct 2010 17:41:59 +0200] rev 39905
rename quantified variables earlier in the new skolemizer, to ensure consistent naming later (in the absence of the choice axiom)
blanchet [Fri, 01 Oct 2010 16:58:56 +0200] rev 39904
tune bound names
blanchet [Fri, 01 Oct 2010 16:13:28 +0200] rev 39903
merged
blanchet [Fri, 01 Oct 2010 15:45:56 +0200] rev 39902
avoid dependency on "int"
blanchet [Fri, 01 Oct 2010 15:34:09 +0200] rev 39901
make "cnf_axiom" work (after a fashion) in the absence of the axiom of choice
blanchet [Fri, 01 Oct 2010 14:01:29 +0200] rev 39900
added "meson_choice" attribute as a step towards making (less powerful versions of) Meson/Metis/Sledgehammer work without the axiom of choice
blanchet [Fri, 01 Oct 2010 12:01:07 +0200] rev 39899
compute quantifier dependency graph in new skolemizer
blanchet [Fri, 01 Oct 2010 10:58:01 +0200] rev 39898
tuning
blanchet [Fri, 01 Oct 2010 10:39:51 +0200] rev 39897
compute substitutions in new skolemizer
blanchet [Thu, 30 Sep 2010 20:44:53 +0200] rev 39896
encode axiom number and cluster number in all zapped quantifiers to help discharging new skolemizer assumptions
blanchet [Thu, 30 Sep 2010 19:15:47 +0200] rev 39895
reintroduced code that keeps track of whether the Isabelle and Metis proofs are in sync -- generalized to work with the new skolemizer
blanchet [Thu, 30 Sep 2010 18:59:37 +0200] rev 39894
encode number of skolem assumptions in them, for more efficient retrieval later
blanchet [Thu, 30 Sep 2010 00:29:37 +0200] rev 39893
move functions closer to where they're used
blanchet [Thu, 30 Sep 2010 00:12:11 +0200] rev 39892
Skolemizer tweaking
blanchet [Wed, 29 Sep 2010 23:55:14 +0200] rev 39891
"meson_new_skolemizer" -> "metis_new_skolemizer" option (since Meson doesn't support the new skolemizer (yet))
blanchet [Wed, 29 Sep 2010 23:30:10 +0200] rev 39890
finished renaming file and module
blanchet [Wed, 29 Sep 2010 23:26:39 +0200] rev 39889
rename file
blanchet [Wed, 29 Sep 2010 23:24:31 +0200] rev 39888
ignore Skolem assumption (if any)
blanchet [Wed, 29 Sep 2010 23:06:02 +0200] rev 39887
second step in introducing the new Skolemizer -- notably, added procedure for discharging Skolem assumptions
blanchet [Wed, 29 Sep 2010 22:23:27 +0200] rev 39886
first step towards a new skolemizer that doesn't require "Eps"
wenzelm [Fri, 22 Oct 2010 20:57:33 +0100] rev 39885
cumulative update of generated files (since bf164c153d10);
wenzelm [Fri, 22 Oct 2010 20:51:45 +0100] rev 39884
removed ML_old.thy, which is largely superseded by ML.thy;
wenzelm [Fri, 22 Oct 2010 20:43:48 +0100] rev 39883
more on "Canonical argument order";
tuned;
wenzelm [Fri, 22 Oct 2010 19:03:31 +0100] rev 39882
cover @{Isar.state};
wenzelm [Fri, 22 Oct 2010 16:57:55 +0100] rev 39881
more on "Style and orthography";
wenzelm [Fri, 22 Oct 2010 12:02:00 +0100] rev 39880
more on "Naming conventions";
tuned;
wenzelm [Fri, 22 Oct 2010 11:27:05 +0100] rev 39879
tuned;
wenzelm [Thu, 21 Oct 2010 21:53:34 +0100] rev 39878
more on "Style and orthography";
wenzelm [Thu, 21 Oct 2010 20:06:13 +0100] rev 39877
more refs;
wenzelm [Thu, 21 Oct 2010 20:00:46 +0100] rev 39876
preliminary material on "Concrete syntax and type-checking";
wenzelm [Wed, 20 Oct 2010 21:22:56 +0100] rev 39875
more on "Association lists", based on more succinct version of older material;
wenzelm [Wed, 20 Oct 2010 20:47:06 +0100] rev 39874
clarified "lists as a set-like container";
wenzelm [Tue, 19 Oct 2010 21:13:10 +0100] rev 39873
more robust treatment of "op IDENT";
wenzelm [Tue, 19 Oct 2010 21:01:34 +0100] rev 39872
more on messages;
wenzelm [Tue, 19 Oct 2010 19:46:25 +0100] rev 39871
more on synchronized variables;
wenzelm [Tue, 19 Oct 2010 19:20:02 +0100] rev 39870
tuned;
wenzelm [Tue, 19 Oct 2010 19:16:27 +0100] rev 39869
more robust index_ML antiquotations: guess name from text (affects infixes and type constructors in particular);
wenzelm [Tue, 19 Oct 2010 18:50:48 +0100] rev 39868
misc tuning;
wenzelm [Mon, 18 Oct 2010 21:37:26 +0100] rev 39867
somewhat modernized version of "Thread-safe programming";
wenzelm [Mon, 18 Oct 2010 19:06:07 +0100] rev 39866
more robust examples: explicit @{assert} instead of unchecked output;
wenzelm [Mon, 18 Oct 2010 16:23:55 +0100] rev 39865
more on "Configuration options";
wenzelm [Mon, 18 Oct 2010 15:35:20 +0100] rev 39864
tuned;
wenzelm [Mon, 18 Oct 2010 12:33:13 +0100] rev 39863
more on "Basic data types";
tuned;
wenzelm [Sun, 17 Oct 2010 20:54:30 +0100] rev 39862
more on "Integers";
wenzelm [Sun, 17 Oct 2010 20:25:36 +0100] rev 39861
use continental paragraph style, which works better with mixture of (in)formal text;
tuned skips and indents;
tuned;
wenzelm [Sun, 17 Oct 2010 20:00:23 +0100] rev 39860
robustified "warn" environment if \parindent is zero (e.g. within itemize, description etc.);
wenzelm [Sat, 16 Oct 2010 21:24:20 +0100] rev 39859
more on "Basic ML data types";
wenzelm [Sat, 16 Oct 2010 21:23:34 +0100] rev 39858
more robust treatment of symbolic indentifiers (which may contain colons);
wenzelm [Sat, 16 Oct 2010 20:27:35 +0100] rev 39857
more examples;
wenzelm [Sat, 16 Oct 2010 20:02:11 +0100] rev 39856
tuned;
wenzelm [Sat, 16 Oct 2010 11:34:46 +0100] rev 39855
more on "Exceptions";
tuned;
wenzelm [Fri, 15 Oct 2010 22:26:25 +0100] rev 39854
more on "Exceptions";
wenzelm [Fri, 15 Oct 2010 20:36:52 +0100] rev 39853
more examples;
wenzelm [Fri, 15 Oct 2010 20:22:56 +0100] rev 39852
tuned chapter arrangement;