blanchet [Mon, 02 May 2011 01:05:14 +0200] rev 42594
fixed parsing of multiple negations (e.g. ~~~p) found in Vampire proofs
blanchet [Sun, 01 May 2011 22:36:58 +0200] rev 42593
use "metis", not "metisFT", to reconstruct proofs found in fully-typed mode -- "metisFT" is just too slow...
blanchet [Sun, 01 May 2011 21:53:32 +0200] rev 42592
beware of polymorphic types in typed translation symbol declarations -- match alpha-equivalent types and, more importantly, prevent unsoundnesses by generating type constraints on the arguments of a polymorphic symbols (otherwise "hAPP" can be given any result type)
blanchet [Sun, 01 May 2011 18:57:45 +0200] rev 42591
minor doc fixes
blanchet [Sun, 01 May 2011 18:52:38 +0200] rev 42590
adapt to new type system names
blanchet [Sun, 01 May 2011 18:37:25 +0200] rev 42589
restructured type systems some more -- the old naming schemes had "argshg diff |less" and "tagshg diff |less" as equivalent and didn't support a monomorphic version of "tags"
blanchet [Sun, 01 May 2011 18:37:25 +0200] rev 42588
take "partial_types" option with a grain of salt
blanchet [Sun, 01 May 2011 18:37:25 +0200] rev 42587
fixed SPASS fact offset calculation and report unexpected unsound proofs with so-called sound encodings
blanchet [Sun, 01 May 2011 18:37:25 +0200] rev 42586
close formula universally, to make SPASS happy
blanchet [Sun, 01 May 2011 18:37:25 +0200] rev 42585
fixed embarrassing bug where conjecture and fact offsets were swapped
blanchet [Sun, 01 May 2011 18:37:25 +0200] rev 42584
pick up GaveUp error on SystemOnTPTP
blanchet [Sun, 01 May 2011 18:37:25 +0200] rev 42583
avoid trailing digits for SNARK (type) names -- grr...
blanchet [Sun, 01 May 2011 18:37:25 +0200] rev 42582
document new type system syntax
blanchet [Sun, 01 May 2011 18:37:25 +0200] rev 42581
use ! for mildly unsound and !! for very unsound encodings
blanchet [Sun, 01 May 2011 18:37:25 +0200] rev 42580
use new type system syntax
blanchet [Sun, 01 May 2011 18:37:25 +0200] rev 42579
implement the new ATP type system in Sledgehammer
blanchet [Sun, 01 May 2011 18:37:25 +0200] rev 42578
define type system in ATP module so that ATPs can suggest a type system
blanchet [Sun, 01 May 2011 18:37:25 +0200] rev 42577
made the format (TFF or FOF) of the TPTP problem a global argument of the problem again and have the ATPs report which formats they support
blanchet [Sun, 01 May 2011 18:37:25 +0200] rev 42576
merge symbol declarations that are type-instances of each other -- useful for type system "Args true" with monomorphization turned off
blanchet [Sun, 01 May 2011 18:37:25 +0200] rev 42575
drop even more bound types in symbol declarations -- useful in particular for type system "Args true"
blanchet [Sun, 01 May 2011 18:37:25 +0200] rev 42574
tuning
blanchet [Sun, 01 May 2011 18:37:25 +0200] rev 42573
got rid of one "sym_table" in "prepare_atp_problem" now that proxies are always handled first, and tuned accordingly
blanchet [Sun, 01 May 2011 18:37:25 +0200] rev 42572
drop "fequal" type args for unmangled type systems
blanchet [Sun, 01 May 2011 18:37:25 +0200] rev 42571
recognize more SystemOnTPTP errors
blanchet [Sun, 01 May 2011 18:37:25 +0200] rev 42570
cleanup proxification/unproxification and make sure that "num_atp_type_args" is called on the proxy in the reconstruction code, since "c_fequal" has one type arg but the unproxified equal has 0
blanchet [Sun, 01 May 2011 18:37:25 +0200] rev 42569
make sure that fequal keeps its type arguments for mangled type systems
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42568
no needless "fequal" proxies if "explicit_apply" is set + always have readable names
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42567
shorten readable names -- they can get really long with monomorphization, which actually slows down the ATPs
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42566
avoid Type.TYPE_MATCH exception for "True_or_False" for "If"
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42565
proper handling of partially applied proxy symbols
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42564
make the problems a bit lighter by getting rid of bound quantifiers for monomorphized constants, since these always have the same return type
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42563
improve helper type instantiation code
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42562
killed needless datatype "combtyp" in Metis
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42561
have properly type-instantiated helper facts (combinators and If)
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42560
don't destroy sym table entry for special symbols such as "hAPP" if "explicit_apply" is set
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42559
better known failure recognition for ToFoF-E
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42558
cleaned up "explicit_apply" so that it shares most of its code path with the default mode of operation
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42557
fixed min-arity computation when "explicit_apply" is specified
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42556
fixed "tags" type encoding after latest round of changes
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42555
more higher-order tests for Sledgehammer/ATP
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42554
added friendly hint when Isar proof is missing
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42553
fix handling of proxies after recent drastic changes to the type encodings
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42552
added a hint to Metis errors suggesting metisFT -- it sometimes work
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42551
reconstruct TFF type predicates correctly for ToFoF
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42550
fixed parsing of not in ATP proofs (e.g. ~x | y is (~x) | y, not ~(x | y))
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42549
handle special constants correctly in Isar proof reconstruction code, especially type predicates
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42548
make sure the minimizer monomorphizes when it should
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42547
fixed arity of special constants if "explicit_apply" is set
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42546
make sure typing fact names are unique (needed e.g. by SNARK)
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42545
minor cleanup
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42544
reimplemented the hAPP introduction code so that it's done earlier, when the types are still available
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42543
declare TFF types so that SNARK can be used with types
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42542
perform constant mangling and/or removal of its type args in an earlier phase, so that the rest of the code doesn't need to worry about it
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42541
move type declarations to the front, for TFF-compliance
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42540
use postfix syntax for mangled types, for consistency with unmangled
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42539
generate typing for "hBOOL" in "Many_Typed" mode + tuning
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42538
generate pure TFF problems -- ToFoF doesn't like mixtures of FOF and TFF, even when the two logics coincide (e.g. for ground formulas)
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42537
improve version handling -- prefer versions of ToFoF, SInE, and SNARK that are known to work
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42536
unprefix evil "fof_" prefix inserted by ToFoF
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42535
added support for ToFoF prover for experimenting with the TPTP TFF (typed first-order) format
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42534
fake type declarations for full-type args and mangled type encodings, so that type assumptions can be discharged
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42533
generate TFF type declarations in typed mode
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42532
no point in keeping indices in Sledgehammer readable var names, since these are disambiguated anyway
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42531
added more rudimentary type support to Sledgehammer's ATP encoding
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42530
fixed type of ATP quantifier types (sic)
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42529
added "useful_info" argument to ATP formulas -- this will probably be useful later to specify intro, simp, elim to SPASS
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42528
added support for TFF type declarations
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42527
reintroduced constructor for formulas, and automatically detect which logic to use (TFF or FOF) to avoid clutter
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42526
added room for types in ATP quantifiers
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42525
distinguish FOF and TFF (typed first-order) in ATP abstract syntax tree
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42524
remove experimental feature ("risky overload")
blanchet [Sun, 01 May 2011 18:37:24 +0200] rev 42523
added (without implementation yet) new type encodings for Sledgehammer/ATP
blanchet [Sun, 01 May 2011 18:37:23 +0200] rev 42522
close ATP formulas universally earlier, so that we can add type predicates
blanchet [Sun, 01 May 2011 18:37:23 +0200] rev 42521
get rid of "explicit_forall" prover-specific option, even if that means some clutter -- foralls will be necessary to attach types to variables
blanchet [Sun, 01 May 2011 18:37:23 +0200] rev 42520
renamings
wenzelm [Sun, 01 May 2011 18:05:09 +0200] rev 42519
tuned;
wenzelm [Sun, 01 May 2011 17:55:29 +0200] rev 42518
include static rail files for old manuals, to make standard make job independent of the "rail" executable;
wenzelm [Sun, 01 May 2011 17:42:21 +0200] rev 42517
simplified keyword markup (without formal checking);
wenzelm [Sun, 01 May 2011 17:41:49 +0200] rev 42516
treat @ as separate keyword;
added @'text' for \isakeyword markup;
wenzelm [Sun, 01 May 2011 17:19:46 +0200] rev 42515
default rail fonts via isabellestyle;
wenzelm [Sun, 01 May 2011 17:13:44 +0200] rev 42514
localized \isabellestyle;
wenzelm [Sun, 01 May 2011 16:56:50 +0200] rev 42513
misc cleanup;
wenzelm [Sun, 01 May 2011 16:52:29 +0200] rev 42512
misc cleanup -- no need to copy style files;
wenzelm [Sun, 01 May 2011 16:36:34 +0200] rev 42511
eliminated copies of isabelle style files;
wenzelm [Sun, 01 May 2011 00:01:59 +0200] rev 42510
use @{rail} antiquotation (with some nested markup);
eliminated separate rail/latex phase;
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
blanchet [Thu, 21 Apr 2011 22:18:28 +0200] rev 42449
detect some unsound proofs before showing them to the user
blanchet [Thu, 21 Apr 2011 21:14:06 +0200] rev 42448
tuning -- local semicolon consistency
blanchet [Thu, 21 Apr 2011 18:51:22 +0200] rev 42447
tuning
blanchet [Thu, 21 Apr 2011 18:47:22 +0200] rev 42446
rewording
blanchet [Thu, 21 Apr 2011 18:39:22 +0200] rev 42445
fixed interaction between monomorphization and slicing for ATPs
blanchet [Thu, 21 Apr 2011 18:39:22 +0200] rev 42444
cleanup: get rid of "may_slice" arguments without changing semantics
blanchet [Thu, 21 Apr 2011 18:39:22 +0200] rev 42443
implemented general slicing for ATPs, especially E 1.2w and above
blanchet [Thu, 21 Apr 2011 18:39:22 +0200] rev 42442
fixed typo in documentation
wenzelm [Thu, 21 Apr 2011 16:03:13 +0200] rev 42441
more robust scanning of iterated comments, such as "(* (**) (**) *)";
wenzelm [Thu, 21 Apr 2011 12:56:27 +0200] rev 42440
discontinuend obsolete Thm.definitionK, which was hardly ever well-defined;
wenzelm [Wed, 20 Apr 2011 22:57:29 +0200] rev 42439
eliminated Display.string_of_thm_without_context;
tuned whitespace;
wenzelm [Wed, 20 Apr 2011 17:17:01 +0200] rev 42438
merged;
blanchet [Wed, 20 Apr 2011 17:02:49 +0200] rev 42437
merged
blanchet [Wed, 20 Apr 2011 16:49:21 +0200] rev 42436
worked around Kodkodi limitation with parsing {}, where it cannot easily deduce its arity -- without this workaround, Kodkod sometimes generates arity errors in conjunction with the "need" option since change 614ff13dc5d2
bulwahn [Wed, 20 Apr 2011 16:00:46 +0200] rev 42435
adding two further code-generator internal constants to the blacklist of Mutabelle
bulwahn [Wed, 20 Apr 2011 16:00:45 +0200] rev 42434
adding examples for Quickcheck used within locales
bulwahn [Wed, 20 Apr 2011 16:00:44 +0200] rev 42433
handling the case where quickcheck is used in a locale with no known interpretation user-friendly
krauss [Wed, 20 Apr 2011 14:43:04 +0200] rev 42432
added template diff against newer mercurials, where the 'ago' duplication has been fixed
krauss [Wed, 20 Apr 2011 14:43:00 +0200] rev 42431
use unified diff format (diff -Naur), which is much more robust and generally preferred -- previous patch failed to apply even in simple situations
krauss [Wed, 20 Apr 2011 14:42:56 +0200] rev 42430
hg template diff: renamed to reflect the base version (which silently changed in caf19101073d, by accident?)
wenzelm [Wed, 20 Apr 2011 16:49:52 +0200] rev 42429
standardized some ML aliases;
wenzelm [Wed, 20 Apr 2011 16:18:47 +0200] rev 42428
avoid Display.string_of_thm_without_context;
tuned readability of sources;
wenzelm [Wed, 20 Apr 2011 15:55:34 +0200] rev 42427
eliminated global references / critical sections via context data;
misc tuning and modernization;
wenzelm [Wed, 20 Apr 2011 14:33:33 +0200] rev 42426
explicit context for Codegen.eval_term etc.;
wenzelm [Wed, 20 Apr 2011 13:54:07 +0200] rev 42425
added Theory.nodes_of convenience;
wenzelm [Wed, 20 Apr 2011 13:17:25 +0200] rev 42424
updated reference machines;
wenzelm [Wed, 20 Apr 2011 13:10:54 +0200] rev 42423
migrated macbroy6 to macbroy30, which is the new "mobile" server (2 cores, 4 GB, Mac OS 10.5);
wenzelm [Wed, 20 Apr 2011 11:21:12 +0200] rev 42422
merged
blanchet [Wed, 20 Apr 2011 10:14:24 +0200] rev 42421
increase "auto"'s timeout in example to help SML/NJ
bulwahn [Wed, 20 Apr 2011 07:44:23 +0200] rev 42420
making the evaluation of HOL.implies lazy even in strict languages by mapping it to an if statement
blanchet [Tue, 19 Apr 2011 14:52:22 +0200] rev 42419
merged
blanchet [Tue, 19 Apr 2011 14:38:38 +0200] rev 42418
avoid relying on "Thm.definitionK" to pick up definitions -- this was an old hack related to locales (to avoid expanding locale constants to their low-level definition) that is no longer necessary
berghofe [Tue, 19 Apr 2011 14:20:13 +0200] rev 42417
merged
berghofe [Tue, 19 Apr 2011 14:17:41 +0200] rev 42416
- renamed enum type class to spark_enum, to avoid confusion with
enum type class defined in Enum theory
- renamed theorem ..._card_UNIV to ..._card
blanchet [Tue, 19 Apr 2011 14:04:58 +0200] rev 42415
use "Spec_Rules" for finding axioms -- more reliable and cleaner
blanchet [Tue, 19 Apr 2011 12:22:59 +0200] rev 42414
optimize trivial equalities early in Nitpick -- it shouldn't be the job of the peephole optimizer
blanchet [Tue, 19 Apr 2011 12:21:57 +0200] rev 42413
remove a few Nitpick calls in examples -- another step toward making them run faster
blanchet [Tue, 19 Apr 2011 11:56:11 +0200] rev 42412
check arity of bound variables to avoid generating too large Kodkod problems -- an issue that arose in the context of TPTP/CASC
wenzelm [Tue, 19 Apr 2011 23:57:28 +0200] rev 42411
eliminated Codegen.mode in favour of explicit argument;
wenzelm [Tue, 19 Apr 2011 22:32:49 +0200] rev 42410
less bulky "_position", for improved readability of parse trees;
wenzelm [Tue, 19 Apr 2011 22:08:42 +0200] rev 42409
added more elementary Skip_Proof.make_thm_cterm;
wenzelm [Tue, 19 Apr 2011 21:55:42 +0200] rev 42408
explicit markup for loose bounds;
wenzelm [Tue, 19 Apr 2011 21:33:56 +0200] rev 42407
prefer internal types, via Simple_Syntax.read_typ;
wenzelm [Tue, 19 Apr 2011 21:19:14 +0200] rev 42406
eliminated obsolete Proof_Syntax.strip_sorts_consttypes;
wenzelm [Tue, 19 Apr 2011 20:47:02 +0200] rev 42405
split Type_Infer into early and late part, after Proof_Context;
added Type_Infer_Context.const_sorts option, which allows NBE to use regular Syntax.check_term;
wenzelm [Tue, 19 Apr 2011 16:13:04 +0200] rev 42404
minor tuning and modernization;
wenzelm [Tue, 19 Apr 2011 15:58:05 +0200] rev 42403
slightly more special eq_list/eq_set, with shortcut involving pointer_eq;
wenzelm [Tue, 19 Apr 2011 14:57:09 +0200] rev 42402
simplified check/uncheck interfaces: result comparison is hardwired by default;
tuned;
wenzelm [Tue, 19 Apr 2011 10:50:54 +0200] rev 42401
updated some theory primitives, which now depend on auxiliary context;
wenzelm [Tue, 19 Apr 2011 10:37:38 +0200] rev 42400
more precise treatment of existing type inference parameters;
tuned;
wenzelm [Mon, 18 Apr 2011 23:41:15 +0200] rev 42399
pretty_abbrev: read abbreviation more directly;
wenzelm [Mon, 18 Apr 2011 20:40:31 +0200] rev 42398
tuned signature;
krauss [Mon, 18 Apr 2011 17:07:47 +0200] rev 42397
raised timeouts further, for SML/NJ!
berghofe [Mon, 18 Apr 2011 16:33:45 +0200] rev 42396
Package prefix is now taken into account when looking up user-defined
types and proof functions.
wenzelm [Mon, 18 Apr 2011 15:02:50 +0200] rev 42395
merged
wenzelm [Mon, 18 Apr 2011 15:01:50 +0200] rev 42394
recovered Theory.check_def: full name needs to be determined from background thy, not auxiliary ctxt (broken in 774df7c59508, caused Nitpick.all_axioms_of to produce bad results);
krauss [Mon, 18 Apr 2011 12:12:42 +0200] rev 42393
scheduler for Mutabelle regression
krauss [Mon, 18 Apr 2011 10:00:55 +0200] rev 42392
tool for importing nightly isatest logs
bulwahn [Mon, 18 Apr 2011 09:10:23 +0200] rev 42391
adding bounded_forall tester
bulwahn [Mon, 18 Apr 2011 09:10:23 +0200] rev 42390
creating generic test_term function; corrected instantiate_exhaustive_datatype; tuned
wenzelm [Mon, 18 Apr 2011 14:05:39 +0200] rev 42389
pass plain Proof.context for pretty printing;
wenzelm [Mon, 18 Apr 2011 13:52:23 +0200] rev 42388
standardized aliases of operations on tsig;
wenzelm [Mon, 18 Apr 2011 13:26:39 +0200] rev 42387
pass plain Proof.context for pretty printing;
wenzelm [Mon, 18 Apr 2011 12:11:58 +0200] rev 42386
tuned;
wenzelm [Mon, 18 Apr 2011 12:04:21 +0200] rev 42385
simplified Sorts.class_error: plain Proof.context;
tuned;
wenzelm [Mon, 18 Apr 2011 11:44:39 +0200] rev 42384
pass plain Proof.context for pretty printing;
wenzelm [Mon, 18 Apr 2011 11:13:29 +0200] rev 42383
simplified pretty printing context, which is only required for certain kernel operations;
disentangled dependencies of structure Pretty;
wenzelm [Sun, 17 Apr 2011 23:47:05 +0200] rev 42382
provide structure Syntax early (before structure Type), back-patch check/uncheck later;
wenzelm [Sun, 17 Apr 2011 21:42:47 +0200] rev 42381
added Binding.print convenience, which includes quote already;
wenzelm [Sun, 17 Apr 2011 21:17:45 +0200] rev 42380
markup attributes/methods via name space;
eliminated obsolete markup;
wenzelm [Sun, 17 Apr 2011 21:04:22 +0200] rev 42379
tuned signature;
wenzelm [Sun, 17 Apr 2011 20:58:43 +0200] rev 42378
markup facts via name space;
eliminated obsolete markup;
wenzelm [Sun, 17 Apr 2011 20:25:10 +0200] rev 42377
tuned -- order in memory according to variance;
wenzelm [Sun, 17 Apr 2011 20:15:46 +0200] rev 42376
eliminated obsolete markup -- superseded by generic "entity" markup;
wenzelm [Sun, 17 Apr 2011 19:54:04 +0200] rev 42375
report Name_Space.declare/define, relatively to context;
added "global" variants of context-dependent declarations;
wenzelm [Sun, 17 Apr 2011 13:47:22 +0200] rev 42374
clarified pretty_parsetree: suppress literal tokens;
wenzelm [Sat, 16 Apr 2011 23:41:58 +0200] rev 42373
PARALLEL_GOALS for simplification within auto_tac;
wenzelm [Sat, 16 Apr 2011 23:41:25 +0200] rev 42372
PARALLEL_GOALS for method "simp_all";
wenzelm [Sat, 16 Apr 2011 23:38:25 +0200] rev 42371
enable PARALLEL_GOALS more liberally, unlike forked proofs (cf. 34b9652b2f45);
wenzelm [Sat, 16 Apr 2011 22:21:34 +0200] rev 42370
refined PARALLEL_GOALS;
wenzelm [Sat, 16 Apr 2011 21:45:47 +0200] rev 42369
tuned blast: navigate to subgoal only once;
wenzelm [Sat, 16 Apr 2011 20:49:48 +0200] rev 42368
proper subgoal addressing via SUBGOAL/CSUBGOAL -- assuming these tactics did not handle Subscript in any special way;
tuned;
wenzelm [Sat, 16 Apr 2011 20:30:44 +0200] rev 42367
more direct Thm.cprem_of (with exception THM instead of Subscript);
modernized thy;
wenzelm [Sat, 16 Apr 2011 20:26:59 +0200] rev 42366
more direct Thm.cprem_of (with exception THM instead of Subscript);
wenzelm [Sat, 16 Apr 2011 20:22:50 +0200] rev 42365
more direct Logic.dest_implies (with exception TERM instead of Subscript);
wenzelm [Sat, 16 Apr 2011 18:11:20 +0200] rev 42364
eliminated old List.nth;
tuned;
wenzelm [Sat, 16 Apr 2011 16:37:21 +0200] rev 42363
do not open ML structures;
wenzelm [Sat, 16 Apr 2011 16:29:13 +0200] rev 42362
observe firm naming convention ctxt: Proof.context;
wenzelm [Sat, 16 Apr 2011 16:15:37 +0200] rev 42361
modernized structure Proof_Context;
wenzelm [Sat, 16 Apr 2011 15:47:52 +0200] rev 42360
modernized structure Proof_Context;
wenzelm [Sat, 16 Apr 2011 15:25:25 +0200] rev 42359
prefer local name spaces;
tuned signatures;
tuned;
wenzelm [Sat, 16 Apr 2011 13:48:45 +0200] rev 42358
Name_Space: proper configuration options long_names, short_names, unique_names instead of former unsynchronized references;
wenzelm [Sat, 16 Apr 2011 12:46:18 +0200] rev 42357
tuned signature, disentangled dependencies;
berghofe [Fri, 15 Apr 2011 15:33:57 +0200] rev 42356
Added command for associating user-defined types with SPARK types.
noschinl [Thu, 14 Apr 2011 15:04:42 +0200] rev 42355
turn YXML.parse_file into a fold
blanchet [Thu, 14 Apr 2011 11:24:05 +0200] rev 42354
nicer error message from Metis for know failure that isn't the user's fault
blanchet [Thu, 14 Apr 2011 11:24:05 +0200] rev 42353
correctly handle TFrees that occur in (local) facts -- Metis did the right thing here but Sledgehammer was incorrectly generating spurious preconditions such as "dense_linorder(t_a)"
blanchet [Thu, 14 Apr 2011 11:24:05 +0200] rev 42352
tuning
blanchet [Thu, 14 Apr 2011 11:24:05 +0200] rev 42351
remove needless export
blanchet [Thu, 14 Apr 2011 11:24:05 +0200] rev 42350
more clausification tests
blanchet [Thu, 14 Apr 2011 11:24:05 +0200] rev 42349
make 48170228f562 work also with "HO_Reas" examples
blanchet [Thu, 14 Apr 2011 11:24:05 +0200] rev 42348
improve on 0b05cc14c2cb: make sure that a literal variable "?foo" isn't accidentally renamed "?Q", which might be enough to confuse the new Skolemizer (cf. "Clausify.thy" example)
blanchet [Thu, 14 Apr 2011 11:24:05 +0200] rev 42347
properly implemented definitional CNF for the new Skolemizer (and moved the code for the old Skolemizer -- tuning), removing big chunks for experimental/debugging code
blanchet [Thu, 14 Apr 2011 11:24:05 +0200] rev 42346
remove experimental code added in 85bb6fbb8e6a
blanchet [Thu, 14 Apr 2011 11:24:05 +0200] rev 42345
added examples of definitional CNF facts
blanchet [Thu, 14 Apr 2011 11:24:05 +0200] rev 42344
"unify_first_prem_with_concl" (cf. 9ceb585c097a) sometimes throws an exception, but it is very rarely needed -- catch the exception for now
blanchet [Thu, 14 Apr 2011 11:24:05 +0200] rev 42343
compile
blanchet [Thu, 14 Apr 2011 11:24:05 +0200] rev 42342
handle case where the same Skolem name is given different types in different subgoals in the new Skolemizer (this can happen if several type-instances of the same fact are needed by Metis, cf. example in "Clausify.thy") -- the solution reintroduces old code removed in a6725f293377
blanchet [Thu, 14 Apr 2011 11:24:04 +0200] rev 42341
removed obsolete Skolem counter in new Skolemizer
blanchet [Thu, 14 Apr 2011 11:24:04 +0200] rev 42340
added outstanding issue to Metis example
blanchet [Thu, 14 Apr 2011 11:24:04 +0200] rev 42339
use the list of actually used axioms to (correctly) precompute the "outer params", not all axioms
blanchet [Thu, 14 Apr 2011 11:24:04 +0200] rev 42338
started clausifier examples
blanchet [Thu, 14 Apr 2011 11:24:04 +0200] rev 42337
make new Skolemizer work also for "metisFT"
blanchet [Thu, 14 Apr 2011 11:24:04 +0200] rev 42336
improve definitional CNF on goal by moving "not" past the quantifiers
blanchet [Thu, 14 Apr 2011 11:24:04 +0200] rev 42335
experiment with definitional CNF
blanchet [Thu, 14 Apr 2011 11:24:04 +0200] rev 42334
use old Skolemizer for Metis call that requires high unification bound (around 100) with the new Skolemizer
blanchet [Thu, 14 Apr 2011 11:24:04 +0200] rev 42333
try to repair out-of-sync situations in Metis
blanchet [Thu, 14 Apr 2011 11:24:04 +0200] rev 42332
handle Vampire [predicate definition introduction] steps the same way as missing proof, since such steps do not report which axioms were used
noschinl [Wed, 13 Apr 2011 21:38:00 +0200] rev 42331
Add YXML.parse_file to signature ...
noschinl [Wed, 13 Apr 2011 21:23:30 +0200] rev 42330
Add YXML.parse_file to parse and process big data files
noschinl [Wed, 13 Apr 2011 20:43:00 +0200] rev 42329
Generalized File.fold_lines to File.fold_fields
wenzelm [Mon, 11 Apr 2011 17:23:20 +0200] rev 42328
more permissive run_command: identity execution for empty toplevel, e.g. after malformed theory header;
wenzelm [Mon, 11 Apr 2011 17:11:03 +0200] rev 42327
Name_Space.entry_markup: keep def position as separate properties;
uniform treatment of ML_def/ML_open/ML_struct as entities;
hyperlinks for all entities -- excluding ML_open/ML_struct for now;
wenzelm [Sat, 09 Apr 2011 23:29:50 +0200] rev 42326
some position reports for 'translations';
wenzelm [Sat, 09 Apr 2011 15:00:23 +0200] rev 42325
made SML/NJ happy;
wenzelm [Sat, 09 Apr 2011 13:10:20 +0200] rev 42324
merged
boehmes [Fri, 08 Apr 2011 19:04:08 +0200] rev 42323
added SMT certificates
boehmes [Fri, 08 Apr 2011 19:04:08 +0200] rev 42322
use unification instead of matching to find proper assertions (which might not match original assumptions due to lambda-lifting and introduction of fresh variables)
boehmes [Fri, 08 Apr 2011 19:04:08 +0200] rev 42321
fixed eta-expansion: use correct order to apply new bound variables
boehmes [Fri, 08 Apr 2011 19:04:08 +0200] rev 42320
check if negating the goal is possible (avoids CTERM exception for Pure propositions)
boehmes [Fri, 08 Apr 2011 19:04:08 +0200] rev 42319
unfold and eta-contract let expressions before lambda-lifting to avoid bad terms
boehmes [Fri, 08 Apr 2011 19:04:08 +0200] rev 42318
corrected order of steps in Z3 proof reconstruction for elimination of unused quantified variables: first try to eliminate unused variables, then skip over used variables
bulwahn [Fri, 08 Apr 2011 17:13:49 +0200] rev 42317
merged
bulwahn [Fri, 08 Apr 2011 16:31:14 +0200] rev 42316
deactivating other compilations in quickcheck_exhaustive momentarily that only interesting for my benchmarks and experiments
bulwahn [Fri, 08 Apr 2011 16:31:14 +0200] rev 42315
generalizing instantiate_datatype in quickcheck_exhaustive to remove clones for different compilations
bulwahn [Fri, 08 Apr 2011 16:31:14 +0200] rev 42314
correcting constant name in exhaustive_generators
bulwahn [Fri, 08 Apr 2011 16:31:14 +0200] rev 42313
switching fast compilation off by default for now in exhaustive quickcheck
bulwahn [Fri, 08 Apr 2011 16:31:14 +0200] rev 42312
ensuring datatype limitations before the instantiation in quickcheck_exhaustive
bulwahn [Fri, 08 Apr 2011 16:31:14 +0200] rev 42311
rational and real instances for new compilation scheme for exhaustive quickcheck
bulwahn [Fri, 08 Apr 2011 16:31:14 +0200] rev 42310
splitting exhaustive and full_exhaustive into separate type classes
bulwahn [Fri, 08 Apr 2011 16:31:14 +0200] rev 42309
removing duplicate code
bulwahn [Fri, 08 Apr 2011 16:31:14 +0200] rev 42308
revisiting mk_equation functions and refactoring them in exhaustive quickcheck
bulwahn [Fri, 08 Apr 2011 16:31:14 +0200] rev 42307
creating a general mk_equation_terms for the different compilations
bulwahn [Fri, 08 Apr 2011 16:31:14 +0200] rev 42306
adding an even faster compilation scheme
bulwahn [Fri, 08 Apr 2011 16:31:14 +0200] rev 42305
theory definitions for fast exhaustive quickcheck compilation
bulwahn [Fri, 08 Apr 2011 16:31:14 +0200] rev 42304
new compilation for exhaustive quickcheck
wenzelm [Fri, 08 Apr 2011 23:33:57 +0200] rev 42303
tuned;
wenzelm [Fri, 08 Apr 2011 23:25:48 +0200] rev 42302
present type variables;
tuned;
wenzelm [Fri, 08 Apr 2011 23:09:22 +0200] rev 42301
unparse: more accurate markup for syntax consts, notably binders;
wenzelm [Fri, 08 Apr 2011 22:59:52 +0200] rev 42300
notation: proper markup for type constructor / constant;
wenzelm [Fri, 08 Apr 2011 22:50:50 +0200] rev 42299
tuned signature;
wenzelm [Fri, 08 Apr 2011 22:40:29 +0200] rev 42298
more accurate markup for syntax consts, notably binders which point back to the original logical entity;
tuned;
wenzelm [Fri, 08 Apr 2011 21:11:29 +0200] rev 42297
discontinued Syntax.max_pri, which is not really a symbolic parameter;
wenzelm [Fri, 08 Apr 2011 21:03:20 +0200] rev 42296
CONST syntax with positions;
wenzelm [Fri, 08 Apr 2011 20:39:09 +0200] rev 42295
moved CONST syntax/translations to their proper place;
wenzelm [Fri, 08 Apr 2011 18:08:13 +0200] rev 42294
simplified Pure syntax bootstrap;
wenzelm [Fri, 08 Apr 2011 17:45:37 +0200] rev 42293
renamed sprop "prop#" to "prop'" -- proper identifier;
eliminated spurious symbolic string bindings (logic, any etc.);
hardwired special "prop" vs. "prop'" conversion;
tuned;
wenzelm [Fri, 08 Apr 2011 16:38:46 +0200] rev 42292
merged
krauss [Thu, 07 Apr 2011 21:49:24 +0200] rev 42291
raised timeout further, for SML/NJ
wenzelm [Fri, 08 Apr 2011 16:34:14 +0200] rev 42290
discontinued special treatment of structure Lexicon;
wenzelm [Fri, 08 Apr 2011 15:48:14 +0200] rev 42289
discontinued special status of structure Printer;
wenzelm [Fri, 08 Apr 2011 15:02:11 +0200] rev 42288
discontinued special treatment of structure Syntax_Ext (formerly Syn_Ext);
clarified Syntax.root;
wenzelm [Fri, 08 Apr 2011 14:20:57 +0200] rev 42287
discontinued special treatment of structure Mixfix;
eliminated slightly odd no_syn convenience;
wenzelm [Fri, 08 Apr 2011 14:05:31 +0200] rev 42286
more antiquotations;
wenzelm [Fri, 08 Apr 2011 13:59:28 +0200] rev 42285
removed outdated text (cf. 84a3f86441eb);
wenzelm [Fri, 08 Apr 2011 13:31:16 +0200] rev 42284
explicit structure Syntax_Trans;
discontinued old-style constrainAbsC;
wenzelm [Fri, 08 Apr 2011 11:39:45 +0200] rev 42283
tuned presentation;
wenzelm [Thu, 07 Apr 2011 23:25:09 +0200] rev 42282
report literal tokens according to parsetree head;
some attempts to stack parsetrees in proper order;
wenzelm [Thu, 07 Apr 2011 21:55:09 +0200] rev 42281
simplified read_term vs. read_prop;
wenzelm [Thu, 07 Apr 2011 21:37:42 +0200] rev 42280
tuned signature;
wenzelm [Thu, 07 Apr 2011 21:23:57 +0200] rev 42279
constant =?= no longer exists (cf. 8c09e1fa24a7);
wenzelm [Thu, 07 Apr 2011 20:56:48 +0200] rev 42278
clarified sources -- removed odd comments;
wenzelm [Thu, 07 Apr 2011 20:32:42 +0200] rev 42277
tuned signature;
wenzelm [Thu, 07 Apr 2011 18:41:49 +0200] rev 42276
merged
bulwahn [Thu, 07 Apr 2011 14:51:28 +0200] rev 42275
removing decrement of cardinality in quickcheck -- counting cardinalities starts at 1
bulwahn [Thu, 07 Apr 2011 14:51:26 +0200] rev 42274
removing instantiation exhaustive for unit in Quickcheck_Exhaustive
bulwahn [Thu, 07 Apr 2011 14:51:25 +0200] rev 42273
correcting bounded_forall construction; tuned
haftmann [Thu, 07 Apr 2011 13:01:27 +0200] rev 42272
dropped unused lemmas; proper Isar proof
blanchet [Thu, 07 Apr 2011 12:16:27 +0200] rev 42271
further development of new Skolemizer -- make sure constructed terms have correct types and fixed a few bugs where the goal was out of sync with what we had in mind
blanchet [Thu, 07 Apr 2011 12:16:26 +0200] rev 42270
make new Skolemizer more robust
blanchet [Thu, 07 Apr 2011 12:16:25 +0200] rev 42269
tuned comment
wenzelm [Thu, 07 Apr 2011 18:24:59 +0200] rev 42268
discontinued user-defined token translations;
tuned signature;
wenzelm [Thu, 07 Apr 2011 17:52:44 +0200] rev 42267
simplified printer context: uniform externing and static token translations;
wenzelm [Thu, 07 Apr 2011 17:38:17 +0200] rev 42266
clarified Pretty.mark;
added Pretty.mark_str, Pretty.marks_str convenience;
wenzelm [Wed, 06 Apr 2011 23:17:45 +0200] rev 42265
parallel parsing of big specifications;
wenzelm [Wed, 06 Apr 2011 23:04:00 +0200] rev 42264
separate structure Term_Position;
dismantled remains of structure Type_Ext;
wenzelm [Wed, 06 Apr 2011 22:25:44 +0200] rev 42263
type syntax as regular mixfix specification (type_ext for bootstrapping has been obsolete for many years);
wenzelm [Wed, 06 Apr 2011 21:55:41 +0200] rev 42262
moved type syntax translations to syn_trans.ML;
wenzelm [Wed, 06 Apr 2011 18:36:28 +0200] rev 42261
made SML/NJ happy (cf. 578a51fae383);
wenzelm [Wed, 06 Apr 2011 18:17:19 +0200] rev 42260
merged
bulwahn [Wed, 06 Apr 2011 13:08:44 +0200] rev 42259
merged
bulwahn [Wed, 06 Apr 2011 10:58:18 +0200] rev 42258
changing ensure_sort_datatype call in narrowing quickcheck (missed in 1491b7209e76)
hoelzl [Tue, 05 Apr 2011 19:55:04 +0200] rev 42257
prove measurable_into_infprod_algebra and measure_infprod
hoelzl [Tue, 05 Apr 2011 17:10:51 +0200] rev 42256
Rename extensional to extensionalD (extensional is also defined in FuncSet)
wenzelm [Wed, 06 Apr 2011 17:15:06 +0200] rev 42255
eliminated slightly odd Syntax.rep_syntax;
wenzelm [Wed, 06 Apr 2011 17:00:40 +0200] rev 42254
more abstract print translation;
wenzelm [Wed, 06 Apr 2011 16:15:57 +0200] rev 42253
more abstract syntax translation;
wenzelm [Wed, 06 Apr 2011 15:43:45 +0200] rev 42252
tuned;
wenzelm [Wed, 06 Apr 2011 15:24:26 +0200] rev 42251
explicit Syntax.tokenize, Syntax.parse;
wenzelm [Wed, 06 Apr 2011 15:10:39 +0200] rev 42250
eliminated odd object-oriented type_context/term_context;
export ProofContext.intern_skolem;
wenzelm [Wed, 06 Apr 2011 14:44:40 +0200] rev 42249
simplified standard parse/unparse;
wenzelm [Wed, 06 Apr 2011 14:08:40 +0200] rev 42248
discontinued old-style Syntax.constrainC;
wenzelm [Wed, 06 Apr 2011 13:33:46 +0200] rev 42247
typed_print_translation: discontinued show_sorts argument;
wenzelm [Wed, 06 Apr 2011 13:27:59 +0200] rev 42246
misc tuning and simplification;
wenzelm [Wed, 06 Apr 2011 12:58:13 +0200] rev 42245
moved unparse material to syntax_phases.ML;
wenzelm [Wed, 06 Apr 2011 12:55:53 +0200] rev 42244
more symbol abbrevs;
wenzelm [Wed, 06 Apr 2011 10:59:43 +0200] rev 42243
renamed Standard_Syntax to Syntax_Phases;
wenzelm [Tue, 05 Apr 2011 23:14:41 +0200] rev 42242
moved decode/parse operations to standard_syntax.ML;
tuned;
wenzelm [Tue, 05 Apr 2011 18:06:45 +0200] rev 42241
separate module for standard implementation of inner syntax operations;
wenzelm [Tue, 05 Apr 2011 15:46:35 +0200] rev 42240
moved Isar/local_syntax.ML to Syntax/local_syntax.ML;
wenzelm [Tue, 05 Apr 2011 15:15:33 +0200] rev 42239
merged
blanchet [Tue, 05 Apr 2011 11:44:34 +0200] rev 42238
added "no_atp" to Cantor's paradox
blanchet [Tue, 05 Apr 2011 11:39:48 +0200] rev 42237
renamed "const_args" option value to "args"
blanchet [Tue, 05 Apr 2011 10:54:09 +0200] rev 42236
temporarily allow useless encoding of helper facts (e.g. fequal_def) instead of throwing exception
blanchet [Tue, 05 Apr 2011 10:47:37 +0200] rev 42235
updated instructions
blanchet [Tue, 05 Apr 2011 10:47:36 +0200] rev 42234
minor doc edits
blanchet [Tue, 05 Apr 2011 10:37:21 +0200] rev 42233
killed unimplemented type encoding "preds"
blanchet [Tue, 05 Apr 2011 10:37:11 +0200] rev 42232
remove debugging code
bulwahn [Tue, 05 Apr 2011 09:38:28 +0200] rev 42231
removing bounded_forall code equation for characters when loading Code_Char
bulwahn [Tue, 05 Apr 2011 09:38:23 +0200] rev 42230
deriving bounded_forall instances in quickcheck_exhaustive
bulwahn [Tue, 05 Apr 2011 08:53:52 +0200] rev 42229
generalizing ensure_sort_datatype for bounded_forall instances
blanchet [Mon, 04 Apr 2011 19:09:10 +0200] rev 42228
document "type_sys" option
blanchet [Mon, 04 Apr 2011 18:53:35 +0200] rev 42227
if "monomorphize" is enabled, mangle the type information in the names by default
wenzelm [Tue, 05 Apr 2011 15:04:55 +0200] rev 42226
use standard tables with standard argument order;
wenzelm [Tue, 05 Apr 2011 14:30:40 +0200] rev 42225
discontinued special treatment of structure Parser -- directly accessible;
wenzelm [Tue, 05 Apr 2011 14:25:18 +0200] rev 42224
discontinued special treatment of structure Ast: no pervasive content, no inclusion in structure Syntax;
wenzelm [Tue, 05 Apr 2011 13:07:40 +0200] rev 42223
more precise propagation of reports/results through some inner syntax layers;
misc reorganization;
wenzelm [Mon, 04 Apr 2011 23:52:56 +0200] rev 42222
accumulate parsetrees in canonical reverse order;
wenzelm [Mon, 04 Apr 2011 23:26:32 +0200] rev 42221
tuned;
wenzelm [Mon, 04 Apr 2011 22:58:15 +0200] rev 42220
tuned -- removed redundancy;
wenzelm [Mon, 04 Apr 2011 22:49:41 +0200] rev 42219
tuned signatures;
wenzelm [Mon, 04 Apr 2011 22:21:36 +0200] rev 42218
streamlined token list operations, assuming that the order of union does not matter;
wenzelm [Mon, 04 Apr 2011 21:35:59 +0200] rev 42217
misc tuning and clarification;
wenzelm [Mon, 04 Apr 2011 16:35:46 +0200] rev 42216
merged
blanchet [Mon, 04 Apr 2011 16:28:36 +0200] rev 42215
document "nitpick(_params)", "refute(_params)", "try", "sledgehammer(_params)", and "solve_direct"
bulwahn [Mon, 04 Apr 2011 14:44:11 +0200] rev 42214
refactoring generator definition in quickcheck and removing clone
blanchet [Mon, 04 Apr 2011 14:37:20 +0200] rev 42213
use the proper contexts/simpsets/etc. in the TPTP proof method
blanchet [Mon, 04 Apr 2011 13:41:56 +0200] rev 42212
merged
blanchet [Mon, 04 Apr 2011 13:27:34 +0200] rev 42211
make sure that Nitpick problem generation for cardinality 50 doesn't cause problems for lower cardinality by specifying the "batch_size" option
paulson [Mon, 04 Apr 2011 12:40:00 +0100] rev 42210
merged
paulson [Mon, 04 Apr 2011 12:39:14 +0100] rev 42209
Deletion of all semicolons, because they interfere with Proof General
krauss [Mon, 04 Apr 2011 09:32:50 +0200] rev 42208
raised timeouts further, for SML/NJ -- because of variations in machines/compilers, fixed timeouts can merely prevent non-termination, not enforce particular performance characteristics.
haftmann [Sun, 03 Apr 2011 11:40:32 +0200] rev 42207
tuned proofs
haftmann [Sat, 02 Apr 2011 18:07:29 +0200] rev 42206
tuned proof
wenzelm [Mon, 04 Apr 2011 15:51:45 +0200] rev 42205
direct pretty printing of parsetrees -- prevent diagnostic output from crashing due to undeclared entities;
wenzelm [Sun, 03 Apr 2011 21:59:33 +0200] rev 42204
added Position.reports convenience;
modernized Syntax.trrule constructors;
modernized Sign.add_trrules/del_trrules: internal arguments;
modernized Isar_Cmd.translations/no_translations: external arguments;
explicit syntax categories class_name/type_name, with reports via type_context;
eliminated former class_name/type_name ast translations;
tuned signatures;
wenzelm [Sun, 03 Apr 2011 18:17:21 +0200] rev 42203
show more tooltip/sub-expression markup;
wenzelm [Sun, 03 Apr 2011 17:35:16 +0200] rev 42202
show tooltip/sub-expression for entity markup;
wenzelm [Fri, 01 Apr 2011 18:29:10 +0200] rev 42201
merged
hoelzl [Fri, 01 Apr 2011 17:20:56 +0200] rev 42200
remove unnecessary prob_preserving
hoelzl [Fri, 01 Apr 2011 17:20:33 +0200] rev 42199
add prob_space_vimage
wenzelm [Fri, 01 Apr 2011 17:16:08 +0200] rev 42198
use Unsynchronized.change convenience, which also emphasizes the raw access to these references (which happen to be local here);
krauss [Fri, 01 Apr 2011 16:29:58 +0200] rev 42197
fixed accidental redefinition
boehmes [Fri, 01 Apr 2011 15:49:19 +0200] rev 42196
save reflexivity steps in discharging Z3 Skolemization hypotheses
bulwahn [Fri, 01 Apr 2011 13:49:38 +0200] rev 42195
adding an exhaustive validator for quickcheck's batch validating; moving strip_imp; minimal setup for bounded_forall
bulwahn [Fri, 01 Apr 2011 13:49:36 +0200] rev 42194
adding general interface for batch validators in quickcheck
blanchet [Fri, 01 Apr 2011 13:21:21 +0200] rev 42193
remove workaround 8f25605e646c, which is no longer necessary thanks to 173b0f488428
krauss [Fri, 01 Apr 2011 12:19:54 +0200] rev 42192
scheduler for judgement day
boehmes [Fri, 01 Apr 2011 12:16:41 +0200] rev 42191
re-implemented proof reconstruction for Z3 skolemization: do not explicitly construct definitions for Skolem constants, and let higher-order resolution do most of the work in the end
boehmes [Fri, 01 Apr 2011 11:54:51 +0200] rev 42190
make configuration of (SMT) full monomorphization more flexible: turn boolean argument into a configuration option
bulwahn [Fri, 01 Apr 2011 10:18:20 +0200] rev 42189
merged
bulwahn [Fri, 01 Apr 2011 09:20:59 +0200] rev 42188
adding time profiling in quickcheck's batch testing for further diagnosis in IsaCoSy
krauss [Fri, 01 Apr 2011 09:48:01 +0200] rev 42187
raised timeouts further, for SML/NJ
krauss [Fri, 01 Apr 2011 09:29:58 +0200] rev 42186
adapted parsing of session timing (cf. e86b10c68f0b)
bulwahn [Thu, 31 Mar 2011 17:15:13 +0200] rev 42185
merged
bulwahn [Thu, 31 Mar 2011 11:17:52 +0200] rev 42184
adapting Quickcheck_Narrowing (overseen in 234ec7011e5d); commenting out some examples temporarily
boehmes [Thu, 31 Mar 2011 14:02:03 +0200] rev 42183
provide a flag controlling whether all provided facts should be instantiated, possibly inventing new types (which does not work well with Sledgehammer)
blanchet [Thu, 31 Mar 2011 11:16:54 +0200] rev 42182
start monomorphization process with subgoal, not entire goal, to avoid needless instances (and only print monomorphization messages in debug mode)
blanchet [Thu, 31 Mar 2011 11:16:53 +0200] rev 42181
temporary workaround: filter out spurious monomorphic instances
blanchet [Thu, 31 Mar 2011 11:16:52 +0200] rev 42180
added monomorphization option to Sledgehammer ATPs -- this looks promising but is still off by default
blanchet [Thu, 31 Mar 2011 11:16:51 +0200] rev 42179
added support for "dest:" to "try"
haftmann [Thu, 31 Mar 2011 09:43:36 +0200] rev 42178
corrected infix precedence for boolean operators in Haskell
bulwahn [Thu, 31 Mar 2011 08:28:03 +0200] rev 42177
merged
bulwahn [Wed, 30 Mar 2011 19:09:57 +0200] rev 42176
removing dead code in exhaustive_generators
bulwahn [Wed, 30 Mar 2011 19:09:56 +0200] rev 42175
removing junk that should not have been committed
wenzelm [Wed, 30 Mar 2011 23:26:40 +0200] rev 42174
modernized specifications;
wenzelm [Wed, 30 Mar 2011 22:53:18 +0200] rev 42173
accomodate autofix discipline of non-body context;
wenzelm [Wed, 30 Mar 2011 22:45:10 +0200] rev 42172
session timing: show pseudo-speedup factor;
wenzelm [Wed, 30 Mar 2011 22:06:25 +0200] rev 42171
visualize skolem and hilite (undeclared frees);
tuned colors;
wenzelm [Wed, 30 Mar 2011 22:03:50 +0200] rev 42170
more informative markup_free;
wenzelm [Wed, 30 Mar 2011 21:07:48 +0200] rev 42169
inline lemmas instead of accidental physical addressing -- explicit is better than implicit;
wenzelm [Wed, 30 Mar 2011 20:21:40 +0200] rev 42168
tuned white space and indentation;
observe strict line length limitation (80-100 chars);
wenzelm [Wed, 30 Mar 2011 20:19:21 +0200] rev 42167
actually check list comprehension examples;
hoelzl [Wed, 30 Mar 2011 17:54:10 +0200] rev 42166
products of probability measures are probability measures
hoelzl [Wed, 30 Mar 2011 17:54:01 +0200] rev 42165
real multiplication is continuous
hoelzl [Wed, 30 Mar 2011 17:53:56 +0200] rev 42164
add lebesgue_real_affine
bulwahn [Wed, 30 Mar 2011 11:32:52 +0200] rev 42163
renewing specifications in HOL: replacing types by type_synonym
bulwahn [Wed, 30 Mar 2011 11:32:51 +0200] rev 42162
moved TimeLimit.timeLimit closure to limit time of compilation and execution to avoid the strange, occasional occuring message Exception trace for exception - Interrupt -- probably due to race conditions of a fast execution within the TimeLimit.timelimit closure
bulwahn [Wed, 30 Mar 2011 10:31:02 +0200] rev 42161
adding a regression test for SML_Quickcheck; putting SML_Quickcheck back in shape
bulwahn [Wed, 30 Mar 2011 09:44:17 +0200] rev 42160
NEWS
bulwahn [Wed, 30 Mar 2011 09:44:16 +0200] rev 42159
generalizing compilation scheme of quickcheck generators to multiple arguments; changing random and exhaustive tester to use one code invocation for polymorphic instances with multiple cardinalities
wenzelm [Tue, 29 Mar 2011 23:46:46 +0200] rev 42158
merged
krauss [Tue, 29 Mar 2011 22:06:53 +0200] rev 42157
added missing smlnj target
wenzelm [Tue, 29 Mar 2011 23:27:38 +0200] rev 42156
modernized specifications -- less axioms;
wenzelm [Tue, 29 Mar 2011 23:15:25 +0200] rev 42155
modernized specifications -- some attempts to avoid wild axiomatizations;
comp: retain infix \<circ> to retain type "o" from FOL;
tuned proofs;
wenzelm [Tue, 29 Mar 2011 22:36:56 +0200] rev 42154
tuned proofs;
wenzelm [Tue, 29 Mar 2011 21:48:01 +0200] rev 42153
use shared copy of hoare_syntax.ML;
misc tuning;
wenzelm [Tue, 29 Mar 2011 21:11:02 +0200] rev 42152
Hoare syntax: standard abstraction syntax admits source positions;
re-unified some clones (!);
wenzelm [Tue, 29 Mar 2011 17:47:11 +0200] rev 42151
tuned headers;
wenzelm [Tue, 29 Mar 2011 17:30:26 +0200] rev 42150
tuned headers;
hoelzl [Tue, 29 Mar 2011 14:27:44 +0200] rev 42149
NEWS
hoelzl [Tue, 29 Mar 2011 14:27:42 +0200] rev 42148
rename Probability_Space to Probability_Measure
hoelzl [Tue, 29 Mar 2011 14:27:41 +0200] rev 42147
add infinite product measure
hoelzl [Tue, 29 Mar 2011 14:27:39 +0200] rev 42146
split Product_Measure into Binary_Product_Measure and Finite_Product_Measure
hoelzl [Tue, 29 Mar 2011 14:27:31 +0200] rev 42145
proved caratheodory_empty_continuous
wenzelm [Mon, 28 Mar 2011 23:49:53 +0200] rev 42144
list comprehension: strip positions where the translation cannot handle them right now;
wenzelm [Mon, 28 Mar 2011 22:44:14 +0200] rev 42143
address serious problem of type inference (introduced in 6f085332c7d3): _type_constraint_ needs type scheme A --> A with proper scope of parameters, otherwise term "(f :: _ => _) :: 'c => 'c" will get type "'a => 'b", for example;
krauss [Mon, 28 Mar 2011 17:33:16 +0200] rev 42142
raised various timeouts to accommodate sluggish SML/NJ
bulwahn [Mon, 28 Mar 2011 10:25:28 +0200] rev 42141
changing values_timeout from a static option to a dynamic option as required for testing with SML/NJ
krauss [Mon, 28 Mar 2011 09:22:22 +0200] rev 42140
keep smlnj HOL images around
wenzelm [Sun, 27 Mar 2011 21:44:10 +0200] rev 42139
merged
krauss [Sun, 27 Mar 2011 17:32:25 +0200] rev 42138
added make target 'smlnj' to refer to what can/should be tested using smlnj -- allows the use of "isabelle makeall smlnj";
adapted test configuration SML_makeall
krauss [Sun, 27 Mar 2011 16:56:16 +0200] rev 42137
avoid *** in normal output, which usually marks errors in logs
wenzelm [Sun, 27 Mar 2011 21:19:23 +0200] rev 42136
added Markup.Name and Markup.Kind convenience;
token_style for entity kind markup;
wenzelm [Sun, 27 Mar 2011 20:55:01 +0200] rev 42135
decode_term: some context-sensitive markup;
more informative Markup.entity and Name_Space.markup_entry;
Markup.const: use "constant" to make it coincide with name space kind;
wenzelm [Sun, 27 Mar 2011 19:51:51 +0200] rev 42134
tuned signatures;
wenzelm [Sun, 27 Mar 2011 19:27:31 +0200] rev 42133
decode_term: more precise reports;
wenzelm [Sun, 27 Mar 2011 18:12:18 +0200] rev 42132
adhoc token style for free/bound;
wenzelm [Sun, 27 Mar 2011 17:55:11 +0200] rev 42131
decode_term/disambig: report resolved term variables for the unique (!) result;
wenzelm [Sun, 27 Mar 2011 15:01:47 +0200] rev 42130
removed unclear comments stemming from ed24ba6f69aa;
wenzelm [Sat, 26 Mar 2011 21:45:29 +0100] rev 42129
present theory content as future, depending on intermediate proof state futures -- potential to reduce memory requirements and improve parallelization;
wenzelm [Sat, 26 Mar 2011 21:28:04 +0100] rev 42128
added Future.cond_forks convenience;
wenzelm [Sat, 26 Mar 2011 18:31:39 +0100] rev 42127
Isabelle_System.create_tmp_path/with_tmp_file: optional extension;
thread-safe versions of Present.display_graph, Present.isabelle_browser, Present.drafts -- using Isabelle_System.with_tmp_dir;
wenzelm [Sat, 26 Mar 2011 19:16:30 +0100] rev 42126
tuned;
wenzelm [Sat, 26 Mar 2011 19:16:20 +0100] rev 42125
more direct loose_bvar1;
tuned;
slight re-unification of clone (cf. 47f8bfe0f597);
wenzelm [Sat, 26 Mar 2011 16:21:41 +0100] rev 42124
suppress Mercurial backup files;
uniform treatment of tool filtering in bash/perl/scala;
wenzelm [Sat, 26 Mar 2011 16:10:22 +0100] rev 42123
updated generated file;
tuned whitespace;
wenzelm [Sat, 26 Mar 2011 15:55:22 +0100] rev 42122
merged
krauss [Sat, 26 Mar 2011 00:23:20 +0100] rev 42121
SML_makeall: run with -j 3
krauss [Fri, 25 Mar 2011 22:17:32 +0100] rev 42120
fixed incomplete rename (1cdf54e845fa)
krauss [Fri, 25 Mar 2011 21:38:41 +0100] rev 42119
eliminated hardwired MUTABELLE_OUTPUT_PATH (cf. 6a147393c62a)
bulwahn [Fri, 25 Mar 2011 17:09:21 +0100] rev 42118
merged
bulwahn [Fri, 25 Mar 2011 16:03:49 +0100] rev 42117
changing iteration scheme of functions to use minimal number of function updates for exhaustive testing
krauss [Thu, 24 Mar 2011 23:42:06 +0100] rev 42116
added configurations SML_HOL and SML_makeall (even though the latter is practically infeasible)
krauss [Thu, 24 Mar 2011 23:35:49 +0100] rev 42115
mira interface to 'isabelle make' in addition to usedir and makeall;
do not require dependencies