Fri, 08 Apr 2011 20:39:09 +0200 wenzelm moved CONST syntax/translations to their proper place;
Fri, 08 Apr 2011 18:08:13 +0200 wenzelm simplified Pure syntax bootstrap;
Fri, 08 Apr 2011 17:45:37 +0200 wenzelm renamed sprop "prop#" to "prop'" -- proper identifier;
Fri, 08 Apr 2011 16:38:46 +0200 wenzelm merged
Thu, 07 Apr 2011 21:49:24 +0200 krauss raised timeout further, for SML/NJ
Fri, 08 Apr 2011 16:34:14 +0200 wenzelm discontinued special treatment of structure Lexicon;
Fri, 08 Apr 2011 15:48:14 +0200 wenzelm discontinued special status of structure Printer;
Fri, 08 Apr 2011 15:02:11 +0200 wenzelm discontinued special treatment of structure Syntax_Ext (formerly Syn_Ext);
Fri, 08 Apr 2011 14:20:57 +0200 wenzelm discontinued special treatment of structure Mixfix;
Fri, 08 Apr 2011 14:05:31 +0200 wenzelm more antiquotations;
Fri, 08 Apr 2011 13:59:28 +0200 wenzelm removed outdated text (cf. 84a3f86441eb);
Fri, 08 Apr 2011 13:31:16 +0200 wenzelm explicit structure Syntax_Trans;
Fri, 08 Apr 2011 11:39:45 +0200 wenzelm tuned presentation;
Thu, 07 Apr 2011 23:25:09 +0200 wenzelm report literal tokens according to parsetree head;
Thu, 07 Apr 2011 21:55:09 +0200 wenzelm simplified read_term vs. read_prop;
Thu, 07 Apr 2011 21:37:42 +0200 wenzelm tuned signature;
Thu, 07 Apr 2011 21:23:57 +0200 wenzelm constant =?= no longer exists (cf. 8c09e1fa24a7);
Thu, 07 Apr 2011 20:56:48 +0200 wenzelm clarified sources -- removed odd comments;
Thu, 07 Apr 2011 20:32:42 +0200 wenzelm tuned signature;
Thu, 07 Apr 2011 18:41:49 +0200 wenzelm merged
Thu, 07 Apr 2011 14:51:28 +0200 bulwahn removing decrement of cardinality in quickcheck -- counting cardinalities starts at 1
Thu, 07 Apr 2011 14:51:26 +0200 bulwahn removing instantiation exhaustive for unit in Quickcheck_Exhaustive
Thu, 07 Apr 2011 14:51:25 +0200 bulwahn correcting bounded_forall construction; tuned
Thu, 07 Apr 2011 13:01:27 +0200 haftmann dropped unused lemmas; proper Isar proof
Thu, 07 Apr 2011 12:16:27 +0200 blanchet 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
Thu, 07 Apr 2011 12:16:26 +0200 blanchet make new Skolemizer more robust
Thu, 07 Apr 2011 12:16:25 +0200 blanchet tuned comment
Thu, 07 Apr 2011 18:24:59 +0200 wenzelm discontinued user-defined token translations;
Thu, 07 Apr 2011 17:52:44 +0200 wenzelm simplified printer context: uniform externing and static token translations;
Thu, 07 Apr 2011 17:38:17 +0200 wenzelm clarified Pretty.mark;
Wed, 06 Apr 2011 23:17:45 +0200 wenzelm parallel parsing of big specifications;
Wed, 06 Apr 2011 23:04:00 +0200 wenzelm separate structure Term_Position;
Wed, 06 Apr 2011 22:25:44 +0200 wenzelm type syntax as regular mixfix specification (type_ext for bootstrapping has been obsolete for many years);
Wed, 06 Apr 2011 21:55:41 +0200 wenzelm moved type syntax translations to syn_trans.ML;
Wed, 06 Apr 2011 18:36:28 +0200 wenzelm made SML/NJ happy (cf. 578a51fae383);
Wed, 06 Apr 2011 18:17:19 +0200 wenzelm merged
Wed, 06 Apr 2011 13:08:44 +0200 bulwahn merged
Wed, 06 Apr 2011 10:58:18 +0200 bulwahn changing ensure_sort_datatype call in narrowing quickcheck (missed in 1491b7209e76)
Tue, 05 Apr 2011 19:55:04 +0200 hoelzl prove measurable_into_infprod_algebra and measure_infprod
Tue, 05 Apr 2011 17:10:51 +0200 hoelzl Rename extensional to extensionalD (extensional is also defined in FuncSet)
Wed, 06 Apr 2011 17:15:06 +0200 wenzelm eliminated slightly odd Syntax.rep_syntax;
Wed, 06 Apr 2011 17:00:40 +0200 wenzelm more abstract print translation;
Wed, 06 Apr 2011 16:15:57 +0200 wenzelm more abstract syntax translation;
Wed, 06 Apr 2011 15:43:45 +0200 wenzelm tuned;
Wed, 06 Apr 2011 15:24:26 +0200 wenzelm explicit Syntax.tokenize, Syntax.parse;
Wed, 06 Apr 2011 15:10:39 +0200 wenzelm eliminated odd object-oriented type_context/term_context;
Wed, 06 Apr 2011 14:44:40 +0200 wenzelm simplified standard parse/unparse;
Wed, 06 Apr 2011 14:08:40 +0200 wenzelm discontinued old-style Syntax.constrainC;
Wed, 06 Apr 2011 13:33:46 +0200 wenzelm typed_print_translation: discontinued show_sorts argument;
Wed, 06 Apr 2011 13:27:59 +0200 wenzelm misc tuning and simplification;
Wed, 06 Apr 2011 12:58:13 +0200 wenzelm moved unparse material to syntax_phases.ML;
Wed, 06 Apr 2011 12:55:53 +0200 wenzelm more symbol abbrevs;
Wed, 06 Apr 2011 10:59:43 +0200 wenzelm renamed Standard_Syntax to Syntax_Phases;
Tue, 05 Apr 2011 23:14:41 +0200 wenzelm moved decode/parse operations to standard_syntax.ML;
Tue, 05 Apr 2011 18:06:45 +0200 wenzelm separate module for standard implementation of inner syntax operations;
Tue, 05 Apr 2011 15:46:35 +0200 wenzelm moved Isar/local_syntax.ML to Syntax/local_syntax.ML;
Tue, 05 Apr 2011 15:15:33 +0200 wenzelm merged
Tue, 05 Apr 2011 11:44:34 +0200 blanchet added "no_atp" to Cantor's paradox
Tue, 05 Apr 2011 11:39:48 +0200 blanchet renamed "const_args" option value to "args"
Tue, 05 Apr 2011 10:54:09 +0200 blanchet temporarily allow useless encoding of helper facts (e.g. fequal_def) instead of throwing exception
Tue, 05 Apr 2011 10:47:37 +0200 blanchet updated instructions
Tue, 05 Apr 2011 10:47:36 +0200 blanchet minor doc edits
Tue, 05 Apr 2011 10:37:21 +0200 blanchet killed unimplemented type encoding "preds"
Tue, 05 Apr 2011 10:37:11 +0200 blanchet remove debugging code
Tue, 05 Apr 2011 09:38:28 +0200 bulwahn removing bounded_forall code equation for characters when loading Code_Char
Tue, 05 Apr 2011 09:38:23 +0200 bulwahn deriving bounded_forall instances in quickcheck_exhaustive
Tue, 05 Apr 2011 08:53:52 +0200 bulwahn generalizing ensure_sort_datatype for bounded_forall instances
Mon, 04 Apr 2011 19:09:10 +0200 blanchet document "type_sys" option
Mon, 04 Apr 2011 18:53:35 +0200 blanchet if "monomorphize" is enabled, mangle the type information in the names by default
Tue, 05 Apr 2011 15:04:55 +0200 wenzelm use standard tables with standard argument order;
Tue, 05 Apr 2011 14:30:40 +0200 wenzelm discontinued special treatment of structure Parser -- directly accessible;
Tue, 05 Apr 2011 14:25:18 +0200 wenzelm discontinued special treatment of structure Ast: no pervasive content, no inclusion in structure Syntax;
Tue, 05 Apr 2011 13:07:40 +0200 wenzelm more precise propagation of reports/results through some inner syntax layers;
Mon, 04 Apr 2011 23:52:56 +0200 wenzelm accumulate parsetrees in canonical reverse order;
Mon, 04 Apr 2011 23:26:32 +0200 wenzelm tuned;
Mon, 04 Apr 2011 22:58:15 +0200 wenzelm tuned -- removed redundancy;
Mon, 04 Apr 2011 22:49:41 +0200 wenzelm tuned signatures;
Mon, 04 Apr 2011 22:21:36 +0200 wenzelm streamlined token list operations, assuming that the order of union does not matter;
Mon, 04 Apr 2011 21:35:59 +0200 wenzelm misc tuning and clarification;
Mon, 04 Apr 2011 16:35:46 +0200 wenzelm merged
Mon, 04 Apr 2011 16:28:36 +0200 blanchet document "nitpick(_params)", "refute(_params)", "try", "sledgehammer(_params)", and "solve_direct"
Mon, 04 Apr 2011 14:44:11 +0200 bulwahn refactoring generator definition in quickcheck and removing clone
Mon, 04 Apr 2011 14:37:20 +0200 blanchet use the proper contexts/simpsets/etc. in the TPTP proof method
Mon, 04 Apr 2011 13:41:56 +0200 blanchet merged
Mon, 04 Apr 2011 13:27:34 +0200 blanchet make sure that Nitpick problem generation for cardinality 50 doesn't cause problems for lower cardinality by specifying the "batch_size" option
Mon, 04 Apr 2011 12:40:00 +0100 paulson merged
Mon, 04 Apr 2011 12:39:14 +0100 paulson Deletion of all semicolons, because they interfere with Proof General
Mon, 04 Apr 2011 09:32:50 +0200 krauss raised timeouts further, for SML/NJ -- because of variations in machines/compilers, fixed timeouts can merely prevent non-termination, not enforce particular performance characteristics.
Sun, 03 Apr 2011 11:40:32 +0200 haftmann tuned proofs
Sat, 02 Apr 2011 18:07:29 +0200 haftmann tuned proof
Mon, 04 Apr 2011 15:51:45 +0200 wenzelm direct pretty printing of parsetrees -- prevent diagnostic output from crashing due to undeclared entities;
Sun, 03 Apr 2011 21:59:33 +0200 wenzelm added Position.reports convenience;
Sun, 03 Apr 2011 18:17:21 +0200 wenzelm show more tooltip/sub-expression markup;
Sun, 03 Apr 2011 17:35:16 +0200 wenzelm show tooltip/sub-expression for entity markup;
Fri, 01 Apr 2011 18:29:10 +0200 wenzelm merged
Fri, 01 Apr 2011 17:20:56 +0200 hoelzl remove unnecessary prob_preserving
Fri, 01 Apr 2011 17:20:33 +0200 hoelzl add prob_space_vimage
Fri, 01 Apr 2011 17:16:08 +0200 wenzelm use Unsynchronized.change convenience, which also emphasizes the raw access to these references (which happen to be local here);
Fri, 01 Apr 2011 16:29:58 +0200 krauss fixed accidental redefinition
Fri, 01 Apr 2011 15:49:19 +0200 boehmes save reflexivity steps in discharging Z3 Skolemization hypotheses
Fri, 01 Apr 2011 13:49:38 +0200 bulwahn adding an exhaustive validator for quickcheck's batch validating; moving strip_imp; minimal setup for bounded_forall
Fri, 01 Apr 2011 13:49:36 +0200 bulwahn adding general interface for batch validators in quickcheck
Fri, 01 Apr 2011 13:21:21 +0200 blanchet remove workaround 8f25605e646c, which is no longer necessary thanks to 173b0f488428
Fri, 01 Apr 2011 12:19:54 +0200 krauss scheduler for judgement day
Fri, 01 Apr 2011 12:16:41 +0200 boehmes 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
Fri, 01 Apr 2011 11:54:51 +0200 boehmes make configuration of (SMT) full monomorphization more flexible: turn boolean argument into a configuration option
Fri, 01 Apr 2011 10:18:20 +0200 bulwahn merged
Fri, 01 Apr 2011 09:20:59 +0200 bulwahn adding time profiling in quickcheck's batch testing for further diagnosis in IsaCoSy
Fri, 01 Apr 2011 09:48:01 +0200 krauss raised timeouts further, for SML/NJ
Fri, 01 Apr 2011 09:29:58 +0200 krauss adapted parsing of session timing (cf. e86b10c68f0b)
Thu, 31 Mar 2011 17:15:13 +0200 bulwahn merged
Thu, 31 Mar 2011 11:17:52 +0200 bulwahn adapting Quickcheck_Narrowing (overseen in 234ec7011e5d); commenting out some examples temporarily
Thu, 31 Mar 2011 14:02:03 +0200 boehmes provide a flag controlling whether all provided facts should be instantiated, possibly inventing new types (which does not work well with Sledgehammer)
Thu, 31 Mar 2011 11:16:54 +0200 blanchet start monomorphization process with subgoal, not entire goal, to avoid needless instances (and only print monomorphization messages in debug mode)
Thu, 31 Mar 2011 11:16:53 +0200 blanchet temporary workaround: filter out spurious monomorphic instances
Thu, 31 Mar 2011 11:16:52 +0200 blanchet added monomorphization option to Sledgehammer ATPs -- this looks promising but is still off by default
Thu, 31 Mar 2011 11:16:51 +0200 blanchet added support for "dest:" to "try"
Thu, 31 Mar 2011 09:43:36 +0200 haftmann corrected infix precedence for boolean operators in Haskell
Thu, 31 Mar 2011 08:28:03 +0200 bulwahn merged
Wed, 30 Mar 2011 19:09:57 +0200 bulwahn removing dead code in exhaustive_generators
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip