wenzelm [Sat, 30 Apr 2011 23:27:57 +0200] rev 42509
updated Variable.focus;
wenzelm [Sat, 30 Apr 2011 23:20:50 +0200] rev 42508
allow nested @{antiq} (nonterminal) and @@{antiq} terminal;
wenzelm [Sat, 30 Apr 2011 20:58:36 +0200] rev 42507
tuned;
wenzelm [Sat, 30 Apr 2011 20:48:29 +0200] rev 42506
more robust error handling (NB: Source.source requires total scanner or recover);
tuned;
wenzelm [Sat, 30 Apr 2011 20:07:31 +0200] rev 42505
removed old rail.ML;
wenzelm [Sat, 30 Apr 2011 19:50:39 +0200] rev 42504
railroad diagrams in LaTeX as document antiquotation;
wenzelm [Sat, 30 Apr 2011 18:16:40 +0200] rev 42503
more uniform variations of scan_string;
wenzelm [Thu, 28 Apr 2011 21:06:04 +0200] rev 42502
literal facts `prop` may contain dummy patterns;
wenzelm [Thu, 28 Apr 2011 20:20:49 +0200] rev 42501
eliminated slightly odd Proof_Context.bind_fixes;
tuned;
berghofe [Thu, 28 Apr 2011 09:32:28 +0200] rev 42500
merged
berghofe [Wed, 27 Apr 2011 19:27:06 +0200] rev 42499
Properly treat proof functions with no arguments.
wenzelm [Wed, 27 Apr 2011 23:04:28 +0200] rev 42498
merged
krauss [Wed, 27 Apr 2011 21:17:47 +0200] rev 42497
inlined Function_Lib.replace_frees, which is used only once
wenzelm [Wed, 27 Apr 2011 23:02:43 +0200] rev 42496
more precise positions via binding;
wenzelm [Wed, 27 Apr 2011 21:50:04 +0200] rev 42495
clarified Variable.focus vs. Variable.focus_cterm -- eliminated clone;
wenzelm [Wed, 27 Apr 2011 20:58:40 +0200] rev 42494
tuned signature -- eliminated odd comment;
wenzelm [Wed, 27 Apr 2011 20:37:56 +0200] rev 42493
more informative markup for fixed variables (via name space entry);
uniform markup for undeclared entities;
tuned;
wenzelm [Wed, 27 Apr 2011 20:28:27 +0200] rev 42492
discontinued obsolete markup;
wenzelm [Wed, 27 Apr 2011 20:19:05 +0200] rev 42491
more precise position information via Variable.add_fixes_binding;
wenzelm [Wed, 27 Apr 2011 19:55:42 +0200] rev 42490
more formal treatment of parameters, avoiding slightly odd Variable.intern_fixed;
wenzelm [Wed, 27 Apr 2011 19:39:50 +0200] rev 42489
some adhoc renaming, to accomodate more strict checks of fixes (cf. 4638622bcaa1);
wenzelm [Wed, 27 Apr 2011 17:58:45 +0200] rev 42488
reorganized fixes as specialized (global) name space;
wenzelm [Wed, 27 Apr 2011 17:44:06 +0200] rev 42487
export Name_Space.entry_ord;
wenzelm [Wed, 27 Apr 2011 17:20:29 +0200] rev 42486
direct use of Variable.is_fixed;
wenzelm [Wed, 27 Apr 2011 14:11:37 +0200] rev 42485
tuned;
wenzelm [Wed, 27 Apr 2011 13:21:12 +0200] rev 42484
predefined LaTeX macros for \<bind> and \<then>;
wenzelm [Wed, 27 Apr 2011 10:49:39 +0200] rev 42483
eliminated obsolete Function_Lib.frees_in_term;
simplified;
wenzelm [Wed, 27 Apr 2011 10:31:18 +0200] rev 42482
more uniform Variable.add_frees/add_fixed etc.;
wenzelm [Tue, 26 Apr 2011 22:22:39 +0200] rev 42481
structure Cla as defined in FOL;
wenzelm [Tue, 26 Apr 2011 22:18:07 +0200] rev 42480
proper antiquotations;
wenzelm [Tue, 26 Apr 2011 21:55:11 +0200] rev 42479
tuned;
wenzelm [Tue, 26 Apr 2011 21:49:39 +0200] rev 42478
modernized Clasimp setup;
wenzelm [Tue, 26 Apr 2011 21:27:01 +0200] rev 42477
simplified Blast setup;
wenzelm [Tue, 26 Apr 2011 21:05:52 +0200] rev 42476
clarified auxiliary structure Lexicon.Syntax;
wenzelm [Tue, 26 Apr 2011 17:23:21 +0200] rev 42475
simplified/modernized method setup;
wenzelm [Tue, 26 Apr 2011 17:03:13 +0200] rev 42474
simplified/modernized method setup;
wenzelm [Tue, 26 Apr 2011 15:56:15 +0200] rev 42473
mark thm tag "kind" as legacy;
krauss [Tue, 26 Apr 2011 09:50:17 +0200] rev 42472
mutabelle reports: parse results out of log file
wenzelm [Sat, 23 Apr 2011 19:41:53 +0200] rev 42471
hardwired mapping "_" -> "Pure.asm_rl" avoids legacy binding;
wenzelm [Sat, 23 Apr 2011 19:22:11 +0200] rev 42470
more precise error positions;
wenzelm [Sat, 23 Apr 2011 18:46:01 +0200] rev 42469
clarified Consts.read_const;
wenzelm [Sat, 23 Apr 2011 18:25:50 +0200] rev 42468
clarified Type.the_decl;
wenzelm [Sat, 23 Apr 2011 18:09:27 +0200] rev 42467
more reports and error positions;
wenzelm [Sat, 23 Apr 2011 17:02:12 +0200] rev 42466
added Name_Space.check/get convenience;
wenzelm [Sat, 23 Apr 2011 16:30:00 +0200] rev 42465
clarified check_simproc (with report) vs. the_simproc;
proper report for @{simproc} (NB: ML environment is built in invisible context);
only one data slot for this module;
wenzelm [Sat, 23 Apr 2011 13:53:09 +0200] rev 42464
proper binding/report of defined simprocs;
tuned signature;
wenzelm [Sat, 23 Apr 2011 13:00:19 +0200] rev 42463
modernized specifications;
wenzelm [Fri, 22 Apr 2011 15:57:43 +0200] rev 42462
tuned signature;
wenzelm [Fri, 22 Apr 2011 15:25:01 +0200] rev 42461
stats for mac-poly-M2;
wenzelm [Fri, 22 Apr 2011 15:24:00 +0200] rev 42460
simplified Data signature;
wenzelm [Fri, 22 Apr 2011 15:05:04 +0200] rev 42459
misc tuning and simplification;
wenzelm [Fri, 22 Apr 2011 14:53:11 +0200] rev 42458
misc tuning;
wenzelm [Fri, 22 Apr 2011 14:38:49 +0200] rev 42457
do not open ML structures;
wenzelm [Fri, 22 Apr 2011 14:30:32 +0200] rev 42456
proper context for Quantifier1 simprocs (avoid bad ProofContext.init_global from abc655166d61);
tuned signature;
wenzelm [Fri, 22 Apr 2011 13:58:13 +0200] rev 42455
modernized Quantifier1 simproc setup;
wenzelm [Fri, 22 Apr 2011 13:07:47 +0200] rev 42454
tuned signature;
wenzelm [Fri, 22 Apr 2011 12:46:48 +0200] rev 42453
clarified simpset setup;
discontinued unused old-style FOL_css;
blanchet [Fri, 22 Apr 2011 00:57:59 +0200] rev 42452
iterate the unsound-fact-set removal process to recover even more unsound proofs
blanchet [Fri, 22 Apr 2011 00:00:05 +0200] rev 42451
automatically remove offending facts when faced with an unsound proof -- instead of using the highly inefficient "full_types" option
blanchet [Thu, 21 Apr 2011 22:32:00 +0200] rev 42450
automatically retry with full-types upon unsound proof