wenzelm [Sat, 14 Jun 2008 23:20:11 +0200] rev 27218
prove: full Variable.declare_term, including constraints;
wenzelm [Sat, 14 Jun 2008 23:20:10 +0200] rev 27217
prove_standard: more precises argument passing;
proper context for tactics derived from res_inst_tac;
wenzelm [Sat, 14 Jun 2008 23:20:09 +0200] rev 27216
InductTacs.case_tac: removed obsolete declare, which is now part of Goal.prove;
wenzelm [Sat, 14 Jun 2008 23:20:07 +0200] rev 27215
simplified InductTacs.case_tac/induct_tac;
wenzelm [Sat, 14 Jun 2008 23:20:06 +0200] rev 27214
tuned proof;
wenzelm [Sat, 14 Jun 2008 23:20:05 +0200] rev 27213
removed obsolete nat_induct_tac -- cannot work without;
wenzelm [Sat, 14 Jun 2008 23:20:03 +0200] rev 27212
removed obsolete case_split_tac -- cannot work without;
wenzelm [Sat, 14 Jun 2008 23:20:02 +0200] rev 27211
removed unused excluded_middle_tac;
proper context for tactics derived from res_inst_tac;
tuned setup;
wenzelm [Sat, 14 Jun 2008 23:20:00 +0200] rev 27210
updated geenrated file;
wenzelm [Sat, 14 Jun 2008 23:19:57 +0200] rev 27209
qualified old res_inst_tac variants;
wenzelm [Sat, 14 Jun 2008 23:19:51 +0200] rev 27208
proper context for tactics derived from res_inst_tac;
wenzelm [Sat, 14 Jun 2008 17:49:24 +0200] rev 27207
updated generated file;
wenzelm [Sat, 14 Jun 2008 17:26:15 +0200] rev 27206
obsolete;
wenzelm [Sat, 14 Jun 2008 17:26:14 +0200] rev 27205
certify_term: reject qualified frees;
wenzelm [Sat, 14 Jun 2008 17:26:12 +0200] rev 27204
removed experimental Poplog/PML support;
removed obsolete ML_SUFFIX;
some reformatting;
wenzelm [Sat, 14 Jun 2008 17:26:11 +0200] rev 27203
removed obsolete ML_SUFFIX;
some reformatting;
wenzelm [Sat, 14 Jun 2008 17:26:10 +0200] rev 27202
removed experimental Poplog/PML support;
wenzelm [Sat, 14 Jun 2008 17:26:09 +0200] rev 27201
removed obsolete ML_SUFFIX;
wenzelm [Sat, 14 Jun 2008 17:26:07 +0200] rev 27200
removed exotic 'token_translation' command;
wenzelm [Sat, 14 Jun 2008 15:58:36 +0200] rev 27199
proper name for LinearQuantifierElim;
wenzelm [Sat, 14 Jun 2008 15:56:52 +0200] rev 27198
removed old theorem database;
wenzelm [Fri, 13 Jun 2008 21:04:44 +0200] rev 27197
map_const: soft version, no failure here (recovers hiding of consts, because a hidden name is illegal and rejected later);
wenzelm [Fri, 13 Jun 2008 21:04:43 +0200] rev 27196
hide: delete all accesses from extra names -- reduces ambiguity in extern;
wenzelm [Fri, 13 Jun 2008 21:04:42 +0200] rev 27195
map_const: soft version, no failure here;
wenzelm [Fri, 13 Jun 2008 21:04:12 +0200] rev 27194
skolem_fact/thm: uniform numbering, even for singleton list;
declare_skofuns: eliminated recovery via Clausify_failure -- should be sufficiently robust as is;
wenzelm [Fri, 13 Jun 2008 21:04:10 +0200] rev 27193
hide (open);
wenzelm [Fri, 13 Jun 2008 21:04:09 +0200] rev 27192
no_notation instead of hide;
wenzelm [Fri, 13 Jun 2008 21:04:07 +0200] rev 27191
* Recovered hiding of consts;
wenzelm [Fri, 13 Jun 2008 20:57:51 +0200] rev 27190
updated generated file;
wenzelm [Fri, 13 Jun 2008 20:57:26 +0200] rev 27189
back to CodeTarget.code_width;
nipkow [Fri, 13 Jun 2008 15:22:07 +0200] rev 27188
hide -> hide (open)
wenzelm [Thu, 12 Jun 2008 23:12:54 +0200] rev 27187
use regular error function;
huffman [Thu, 12 Jun 2008 22:41:03 +0200] rev 27186
add lemma finite_image_approx; remove unnecessary sort annotations
huffman [Thu, 12 Jun 2008 22:30:00 +0200] rev 27185
change orientation of fix_eqI and convert to rule_format;
add lemma fix_ind2
wenzelm [Thu, 12 Jun 2008 22:29:51 +0200] rev 27184
export just one setup function;
more antiquotations;
to_nnf: import open, avoiding internal variables (bounds);
ThmCache: added table of seen fact names;
reorganized skolem_thm/skolem_fact/saturate_skolem_cache: maintain seen fact names, ensure idempotent operation for Theory.at_end;
removed obsolete skolem attribute (NB: official fact name unavailable here);
wenzelm [Thu, 12 Jun 2008 22:29:50 +0200] rev 27183
removed obsolete skolem declarations -- done by Theory.at_end;
wenzelm [Thu, 12 Jun 2008 22:29:49 +0200] rev 27182
tuned setup;
huffman [Thu, 12 Jun 2008 22:14:07 +0200] rev 27181
remove unnecessary import of Ffun;
add lemma admD2
huffman [Thu, 12 Jun 2008 22:12:27 +0200] rev 27180
imports Ffun
wenzelm [Thu, 12 Jun 2008 18:54:31 +0200] rev 27179
ResAxioms.cnf_axiom/cnf_rules_pairs: pass explicit theory context;
eliminated obscure theory merge/transfer -- use explicit theory context instead;
wenzelm [Thu, 12 Jun 2008 18:54:29 +0200] rev 27178
ResAxioms.cnf_axiom/cnf_rules_pairs: pass explicit theory context;
wenzelm [Thu, 12 Jun 2008 16:42:00 +0200] rev 27177
sane versions of (qualified_)thms_of_thy;
wenzelm [Thu, 12 Jun 2008 16:41:58 +0200] rev 27176
Facts.dest/export_static: content difference;
tuned;
wenzelm [Thu, 12 Jun 2008 16:41:57 +0200] rev 27175
dest/export_static: content difference;
tuned comments;
wenzelm [Thu, 12 Jun 2008 16:41:54 +0200] rev 27174
declare_skofuns/skolem: canonical argument order;
minor tuning;
wenzelm [Thu, 12 Jun 2008 16:41:47 +0200] rev 27173
Facts.dest/export_static: content difference;
nipkow [Thu, 12 Jun 2008 15:49:25 +0200] rev 27172
correction
nipkow [Thu, 12 Jun 2008 14:46:15 +0200] rev 27171
tuned
nipkow [Thu, 12 Jun 2008 14:33:28 +0200] rev 27170
Removed hide swap
nipkow [Thu, 12 Jun 2008 14:21:10 +0200] rev 27169
fixed type
nipkow [Thu, 12 Jun 2008 14:20:52 +0200] rev 27168
lemma modified
nipkow [Thu, 12 Jun 2008 14:20:25 +0200] rev 27167
typo
nipkow [Thu, 12 Jun 2008 14:20:07 +0200] rev 27166
had to add rule: because induct_tac no longer works correctly
nipkow [Thu, 12 Jun 2008 14:10:41 +0200] rev 27165
Hid swap
wenzelm [Thu, 12 Jun 2008 11:51:47 +0200] rev 27164
some reformatting;
urbanc [Thu, 12 Jun 2008 10:03:45 +0200] rev 27163
added CK_Machine to the nominal section
urbanc [Thu, 12 Jun 2008 09:56:28 +0200] rev 27162
soundness and completeness proofs for a CK machine as
well as proofs for type preservation
urbanc [Thu, 12 Jun 2008 09:41:13 +0200] rev 27161
emoved the parts that deal with the CK machine to a new theory
urbanc [Thu, 12 Jun 2008 09:37:13 +0200] rev 27160
tuned header and comments
wenzelm [Wed, 11 Jun 2008 18:15:36 +0200] rev 27159
OldGoals.inst;
wenzelm [Wed, 11 Jun 2008 18:04:02 +0200] rev 27158
Drule.read_instantiate;
Drule.types_sorts;
wenzelm [Wed, 11 Jun 2008 18:03:38 +0200] rev 27157
qualified inst;
wenzelm [Wed, 11 Jun 2008 18:03:14 +0200] rev 27156
qualified types_sorts, read_insts etc.;
wenzelm [Wed, 11 Jun 2008 18:02:50 +0200] rev 27155
Drule.types_sorts;