Fri, 20 Mar 2009 18:46:50 +0100 wenzelm eliminated old Addsimps;
Fri, 20 Mar 2009 17:12:37 +0100 wenzelm Disposed old declarations, tactics, tactic combinators that refer to the simpset or claset of an implicit theory;
Fri, 20 Mar 2009 17:04:44 +0100 wenzelm fixed possibility_tac;
Fri, 20 Mar 2009 15:24:18 +0100 wenzelm eliminated global SIMPSET, CLASET etc. -- refer to explicit context;
Fri, 20 Mar 2009 11:26:59 +0100 wenzelm merged
Fri, 20 Mar 2009 10:44:25 +0100 berghofe merged
Fri, 20 Mar 2009 10:43:53 +0100 berghofe split_codegen now eta-expands terms on-the-fly.
Fri, 20 Mar 2009 11:26:25 +0100 wenzelm proper context for prove_cont/adm_tac;
Fri, 20 Mar 2009 11:08:59 +0100 wenzelm with_attributes: canonical capture/release scheme (potentially iron out race condition);
Fri, 20 Mar 2009 09:52:32 +0100 wenzelm considerable speedup of benchmarks by using minimal simpset;
Fri, 20 Mar 2009 09:51:41 +0100 wenzelm allow non-printable symbols within string tokens;
Thu, 19 Mar 2009 22:05:37 +0100 wenzelm merged
Thu, 19 Mar 2009 08:13:10 -0700 huffman add lemma det_diagonal; remove wellorder requirement on several lemmas
Thu, 19 Mar 2009 14:08:55 +0100 haftmann merged
Thu, 19 Mar 2009 14:08:41 +0100 haftmann tuned some theorem and attribute bindings
Thu, 19 Mar 2009 22:05:00 +0100 wenzelm proper spacing before ML antiquotations -- note that @ may be part of symbolic ML identifiers;
Thu, 19 Mar 2009 21:05:40 +0100 wenzelm eval_antiquotes: joint scanning of ML tokens and antiquotations;
Thu, 19 Mar 2009 21:04:53 +0100 wenzelm added scan_antiq;
Thu, 19 Mar 2009 19:49:09 +0100 wenzelm RAW: provide dummy Isar.main to make tty work gracefully (with ML toplevel);
Thu, 19 Mar 2009 18:20:27 +0100 wenzelm added tokenize;
Thu, 19 Mar 2009 16:56:51 +0100 wenzelm parameterized datatype antiquote and read operation;
Thu, 19 Mar 2009 15:44:14 +0100 wenzelm Antiquote.Text: keep full position information;
Thu, 19 Mar 2009 15:22:53 +0100 wenzelm OuterLex.read_antiq;
Thu, 19 Mar 2009 15:22:53 +0100 wenzelm moved Isar/antiquote.ML to General/antiquote.ML, which is loaded early;
Thu, 19 Mar 2009 15:22:53 +0100 wenzelm moved basic change_prompt, scan_string, scan_alt_string, scan_quoted to symbol_pos.ML;
Thu, 19 Mar 2009 13:28:55 +0100 wenzelm use Name.of_binding for basic logical entities without name space (fixes, case names etc.);
Thu, 19 Mar 2009 13:26:19 +0100 wenzelm Name.of_binding: proper full_name (with checks) before projecting base name;
Thu, 19 Mar 2009 11:51:49 +0100 wenzelm merged
Thu, 19 Mar 2009 01:29:19 -0700 huffman imported patch euclidean
Wed, 18 Mar 2009 22:17:23 +0100 ballarin Merged.
Wed, 18 Mar 2009 22:14:58 +0100 ballarin Updated chapters 1-5 to locale reimplementation.
Thu, 19 Mar 2009 11:47:05 +0100 wenzelm command 'use', 'ML': apply ML environment to theory and target as well;
Thu, 19 Mar 2009 11:44:34 +0100 wenzelm added map_contexts (cf. Proof.map_contexts);
Thu, 19 Mar 2009 11:20:22 +0100 wenzelm tuned;
Wed, 18 Mar 2009 22:41:15 +0100 wenzelm generalized ML_Context.inherit_env;
Wed, 18 Mar 2009 22:41:14 +0100 wenzelm more precise type Symbol_Pos.text;
Wed, 18 Mar 2009 22:41:14 +0100 wenzelm more precise type Symbol_Pos.text;
Wed, 18 Mar 2009 21:55:38 +0100 wenzelm de-camelized Symbol_Pos;
Wed, 18 Mar 2009 20:03:01 +0100 wenzelm Library.merge/OrdList.union: optimize the important special case where the tables coincide -- NOTE: this changes both the operational behaviour and the result for non-standard eq/ord notion;
Wed, 18 Mar 2009 19:11:26 +0100 wenzelm reduced verbosity;
Wed, 18 Mar 2009 15:23:52 +0100 haftmann made SML/NJ happy
Wed, 18 Mar 2009 11:57:28 +0100 haftmann tuned interpunctation
Tue, 17 Mar 2009 19:53:57 +0100 wenzelm strip_abss: always strip abstractions as far as possible, without keeping alternatives (which appear to be redundant anyway, but cause significant slowdown since discrimination nets collapse abstractions);
Tue, 17 Mar 2009 19:06:04 +0100 wenzelm close/all_assm_tac: finish all subgoals from left to right (cf. Proof.goal_tac a28d83e903ce) -- NB: ALLGOALS/THEN_ALL_NEW operate from right to left;
Tue, 17 Mar 2009 16:55:21 +0100 wenzelm reverted abbreviations: improved performance via Item_Net.T;
Tue, 17 Mar 2009 15:35:27 +0100 wenzelm export match_rew -- useful for implementing "procs" for rewrite_term;
Tue, 17 Mar 2009 15:34:42 +0100 wenzelm tuned comment;
Tue, 17 Mar 2009 14:14:25 +0100 wenzelm merged
Mon, 16 Mar 2009 15:58:41 -0700 huffman document new additions to HOL/Library
Mon, 16 Mar 2009 15:10:59 -0700 huffman clean up proofs
Tue, 17 Mar 2009 14:12:43 +0100 wenzelm adapted to general Item_Net;
Tue, 17 Mar 2009 14:12:06 +0100 wenzelm turned structure NetRules into general Item_Net, which is loaded earlier;
Tue, 17 Mar 2009 14:09:20 +0100 wenzelm renamed Tactic.taglist/untaglist/orderlist to tag_list/untag_list/order_list (in library.ML);
Tue, 17 Mar 2009 13:33:21 +0100 wenzelm goal_tac: finish marked assumptions from left to right -- corresponds better with the strategy of etac, with significant performance gains in some situations;
Tue, 17 Mar 2009 12:10:42 +0100 wenzelm eq_assumption: slightly more efficient by checking (open) result of Logic.assum_problems directly;
Tue, 17 Mar 2009 12:09:43 +0100 wenzelm tuned aeconv: test plain aconv before expensive eta_contract;
Mon, 16 Mar 2009 23:52:30 +0100 wenzelm substantial speedup of assumption and elim-resolution: Logic.assum_problems refrains from eager application of parameters, discriminate via Term.could_unify before invoking full unification (assumes terms in beta-normal form, as do higher term net operations anyway);
Mon, 16 Mar 2009 23:39:44 +0100 wenzelm refined is_norm_hhf: reject beta-redexes (rules based on term nets or could_unify assume normal form), also potentially faster by avoiding expensive Envir.beta_eta_contract;
Mon, 16 Mar 2009 23:36:55 +0100 wenzelm provide Simplifier.norm_hhf(_protect) as regular simplifier operation;
Mon, 16 Mar 2009 19:40:03 +0100 wenzelm method parser: pass proper context;
Mon, 16 Mar 2009 18:24:39 +0100 wenzelm merged
Mon, 16 Mar 2009 18:24:30 +0100 wenzelm simplified method setup;
Mon, 16 Mar 2009 17:51:24 +0100 wenzelm updated generated file;
Mon, 16 Mar 2009 17:51:07 +0100 wenzelm simplifief 'method_setup' command;
Mon, 16 Mar 2009 17:48:02 +0100 wenzelm spelling;
Mon, 16 Mar 2009 17:47:26 +0100 wenzelm export method parser;
Mon, 16 Mar 2009 17:46:49 +0100 wenzelm adapted 'method_setup' command to Method.setup;
Mon, 16 Mar 2009 17:46:11 +0100 wenzelm tuned signature;
Mon, 16 Mar 2009 14:26:30 +0100 immler have remote script interrupted like the other provers
Sun, 15 Mar 2009 20:25:58 +0100 wenzelm simplified method setup;
Sun, 15 Mar 2009 20:19:14 +0100 wenzelm export section, sections;
Sun, 15 Mar 2009 16:59:17 +0100 wenzelm merged
Sat, 14 Mar 2009 17:52:53 +0100 immler updated NEWS
Sat, 14 Mar 2009 16:50:25 +0100 immler use goal instead of Proof State
Sat, 14 Mar 2009 16:46:23 +0100 immler split relevance-filter and writing of problem-files;
Sat, 14 Mar 2009 15:45:45 +0100 immler show certain errors to the user
Sat, 14 Mar 2009 15:15:44 +0100 immler removed connection check;
Sun, 15 Mar 2009 16:02:22 +0100 wenzelm merged
Sat, 14 Mar 2009 12:51:13 +0100 haftmann merged
Sat, 14 Mar 2009 12:50:29 +0100 haftmann reverted to old version of Set.thy -- strange effects have to be traced first
Sun, 15 Mar 2009 15:59:45 +0100 wenzelm simplified attribute and method setup;
Sun, 15 Mar 2009 15:59:44 +0100 wenzelm simplified attribute setup;
Sun, 15 Mar 2009 15:59:44 +0100 wenzelm simplified attribute setup;
Sun, 15 Mar 2009 15:59:44 +0100 wenzelm updated generated files;
Sun, 15 Mar 2009 15:59:43 +0100 wenzelm added 'attribute_setup' command;
Sun, 15 Mar 2009 15:59:43 +0100 wenzelm added setup and attribute_setup -- expect plain parser instead of syntax function;
Sun, 15 Mar 2009 15:59:43 +0100 wenzelm ML_Syntax.make_binding;
Sun, 15 Mar 2009 15:59:42 +0100 wenzelm added make_binding;
Sat, 14 Mar 2009 00:13:50 +0100 wenzelm removed obsolete no_base_names naming policy;
Fri, 13 Mar 2009 23:56:07 +0100 wenzelm merged
Fri, 13 Mar 2009 19:18:07 +0100 haftmann merged
Fri, 13 Mar 2009 19:17:58 +0100 haftmann coherent binding policy with primitive target operations
Fri, 13 Mar 2009 19:17:57 +0100 haftmann moved some generic nonsense to arith_data.ML
Fri, 13 Mar 2009 19:17:57 +0100 haftmann tuned ML code
Fri, 13 Mar 2009 10:14:47 -0700 huffman remove legacy ML bindings
Fri, 13 Mar 2009 23:50:05 +0100 wenzelm simplified method setup;
Fri, 13 Mar 2009 23:32:40 +0100 wenzelm simplified goal_spec: default to first goal;
Fri, 13 Mar 2009 21:25:15 +0100 wenzelm eliminated type Args.T;
Fri, 13 Mar 2009 21:24:21 +0100 wenzelm added simplified setup;
Fri, 13 Mar 2009 21:22:45 +0100 wenzelm pervasive types 'a parser and 'a context_parser;
Fri, 13 Mar 2009 19:58:26 +0100 wenzelm unified type Proof.method and pervasive METHOD combinators;
Fri, 13 Mar 2009 19:53:09 +0100 wenzelm more regular method setup via SIMPLE_METHOD;
Fri, 13 Mar 2009 19:10:46 +0100 wenzelm tuned Method exports: non-pervasive type method (cf. Proof.method), pervasive METHOD combinators;
Fri, 13 Mar 2009 15:52:23 +0100 wenzelm merged
Fri, 13 Mar 2009 07:35:18 -0700 huffman fix typed print translation for CARD('a)
Fri, 13 Mar 2009 07:30:47 -0700 huffman introduce new helper functions; clean up proofs
Fri, 13 Mar 2009 13:06:36 +0100 nipkow merged
Fri, 13 Mar 2009 13:06:00 +0100 nipkow added comment
Fri, 13 Mar 2009 12:32:29 +0100 nipkow hiding numeric coercions in LaTeX
Fri, 13 Mar 2009 12:29:38 +0100 haftmann merged
Fri, 13 Mar 2009 08:16:18 +0100 haftmann dropped spurious `quote` tags
Thu, 12 Mar 2009 23:01:25 +0100 haftmann merged
Thu, 12 Mar 2009 18:01:27 +0100 haftmann tuned
Thu, 12 Mar 2009 18:01:26 +0100 haftmann strippd Id
Thu, 12 Mar 2009 18:01:26 +0100 haftmann vague cleanup in arith proof tools setup: deleted dead code, more proper structures, clearer arrangement
Thu, 12 Mar 2009 18:01:25 +0100 haftmann tuned
Thu, 12 Mar 2009 18:01:25 +0100 haftmann consider exit status of code generation direcitve
Fri, 13 Mar 2009 15:50:06 +0100 wenzelm provide regular ML interfaces for Isar source language elements;
Fri, 13 Mar 2009 15:50:05 +0100 wenzelm get data from plain Proof.context;
Thu, 12 Mar 2009 23:12:53 +0100 wenzelm more user aliases;
Thu, 12 Mar 2009 22:16:25 +0100 wenzelm merged
Thu, 12 Mar 2009 09:27:23 -0700 huffman remove trailing spaces
Thu, 12 Mar 2009 08:57:03 -0700 huffman remove trailing spaces
Thu, 12 Mar 2009 21:55:02 +0100 wenzelm simplified preparation and outer parsing of specification;
Thu, 12 Mar 2009 21:51:02 +0100 wenzelm simplified preparation and outer parsing of specification;
Thu, 12 Mar 2009 21:47:36 +0100 wenzelm removed legacy_infer_term, legacy_infer_prop;
Thu, 12 Mar 2009 21:44:01 +0100 wenzelm old name_spec for 'axioms' and 'defs' (from spec_parse.ML);
Thu, 12 Mar 2009 21:42:02 +0100 wenzelm added legacy type inference (from fixrec_package.ML);
Thu, 12 Mar 2009 21:37:18 +0100 wenzelm simplified versions check_spec, read_spec, check_free_spec, read_free_spec: operate on list of singleton statements;
Thu, 12 Mar 2009 21:33:06 +0100 wenzelm removed old named_spec, spec_name, spec_opt_name;
Thu, 12 Mar 2009 21:29:04 +0100 wenzelm keep dead code fresh;
Thu, 12 Mar 2009 16:13:14 +0100 wenzelm tuned;
Thu, 12 Mar 2009 15:56:32 +0100 wenzelm merged
Thu, 12 Mar 2009 15:31:44 +0100 nipkow merged
Thu, 12 Mar 2009 15:31:26 +0100 nipkow added div lemmas
Thu, 12 Mar 2009 14:27:35 +0100 nipkow merged
Thu, 12 Mar 2009 14:27:21 +0100 nipkow optional latex sugar
Thu, 12 Mar 2009 15:54:58 +0100 wenzelm Assumption.all_prems_of, Assumption.all_assms_of;
Thu, 12 Mar 2009 15:54:19 +0100 wenzelm Assumption.local_prems_of;
Thu, 12 Mar 2009 15:53:14 +0100 wenzelm renamed assms_of to all_assms_of, and prems_of to all_prems_of;
Thu, 12 Mar 2009 14:30:23 +0100 wenzelm axiomatization: more precise treatment of binding;
Thu, 12 Mar 2009 13:18:42 +0100 wenzelm renamed sticky_prefix to mandatory_path;
Thu, 12 Mar 2009 12:04:27 +0100 wenzelm replaced old-style add_path/no_base_names by sticky_prefix;
Thu, 12 Mar 2009 11:17:34 +0100 wenzelm updated according to actual manual title;
Thu, 12 Mar 2009 11:10:02 +0100 wenzelm renamed NameSpace.bind to NameSpace.define;
Thu, 12 Mar 2009 11:09:26 +0100 wenzelm renamed bind to define;
Thu, 12 Mar 2009 11:07:22 +0100 wenzelm tuned signature;
Thu, 12 Mar 2009 00:02:30 +0100 wenzelm updated generated files;
Thu, 12 Mar 2009 00:02:03 +0100 wenzelm tuned;
Wed, 11 Mar 2009 23:59:34 +0100 wenzelm added 'local_setup' command;
Wed, 11 Mar 2009 20:54:03 +0100 wenzelm debugging: special handling of EXCURSION_FAIL;
Wed, 11 Mar 2009 20:42:16 +0100 wenzelm tuned;
Wed, 11 Mar 2009 20:36:20 +0100 wenzelm delete unused generated files;
Wed, 11 Mar 2009 20:11:06 +0100 wenzelm basic setup for "main" as generated Isabelle manual;
Wed, 11 Mar 2009 20:09:23 +0100 wenzelm tuned;
Wed, 11 Mar 2009 19:27:48 +0100 wenzelm merged
Wed, 11 Mar 2009 18:32:23 +0100 haftmann merged
Wed, 11 Mar 2009 16:20:07 +0100 haftmann fixed typo
Wed, 11 Mar 2009 16:15:17 +0100 haftmann (restored previous version)
Wed, 11 Mar 2009 15:56:52 +0100 haftmann corrected type inference of primitive definitions
Wed, 11 Mar 2009 15:56:51 +0100 haftmann HOLogic.mk_set, HOLogic.dest_set
Wed, 11 Mar 2009 15:56:50 +0100 haftmann tuned
Wed, 11 Mar 2009 15:56:50 +0100 haftmann tuned funny error message
Wed, 11 Mar 2009 15:56:49 +0100 haftmann stripped dead code
Wed, 11 Mar 2009 15:56:49 +0100 haftmann min_weak_def [code del]
Wed, 11 Mar 2009 19:27:04 +0100 wenzelm renamed (unused?) "split.splits" to split_splits -- it was only accepted by accident;
Wed, 11 Mar 2009 17:51:01 +0100 wenzelm merged
Wed, 11 Mar 2009 13:53:51 +0100 hoelzl Extended approximation boundaries by fractions and base-2 floating point numbers
Wed, 11 Mar 2009 12:51:00 +0100 nipkow Added "What's in Main" to doc sources
Wed, 11 Mar 2009 11:41:14 +0100 nipkow merged
Wed, 11 Mar 2009 11:40:58 +0100 nipkow Docs
Wed, 11 Mar 2009 10:58:18 +0100 hoelzl Updated paths in Decision_Procs comments and NEWS
Wed, 11 Mar 2009 16:36:27 +0100 wenzelm eliminated qualified_names naming policy: qualified names are only permitted via explicit Binding.qualify/qualified_name etc. (NB: user-level outer syntax should never do this);
Wed, 11 Mar 2009 15:45:40 +0100 wenzelm more precise treatment of qualified bindings;
Wed, 11 Mar 2009 15:44:12 +0100 wenzelm removed obsolete absolute_path -- use root_path with qualified binding;
Wed, 11 Mar 2009 15:42:19 +0100 wenzelm explicit Binding.qualified_name -- prevents implicitly qualified bstring;
Wed, 11 Mar 2009 15:38:25 +0100 wenzelm Thm.def_binding_optional;
Wed, 11 Mar 2009 15:36:12 +0100 wenzelm added def_binding_optional -- robust version of def_name_optional for bindings;
Wed, 11 Mar 2009 08:45:57 +0100 haftmann merged
Wed, 11 Mar 2009 08:45:47 +0100 haftmann avoid inspecting pretty output
Wed, 11 Mar 2009 08:45:47 +0100 haftmann explicit code equations for some rarely used pred operations
Wed, 11 Mar 2009 08:45:47 +0100 haftmann moved Decision_Procs examples to Decision_Procs/ex
Wed, 11 Mar 2009 08:45:46 +0100 haftmann explicitly delete some code equations
Wed, 11 Mar 2009 08:45:46 +0100 haftmann delete code equations for types pred and seq
Tue, 10 Mar 2009 22:50:19 +0100 wenzelm merged
Tue, 10 Mar 2009 22:22:52 +0100 nipkow Docs
Tue, 10 Mar 2009 22:49:56 +0100 wenzelm Consts.eq_const is back again (cf. 907da436f8a9) -- required in ProofContext.transfer_syntax to prevent expensive merges of local_consts/global_consts;
Tue, 10 Mar 2009 22:27:32 +0100 wenzelm recover old ids;
Tue, 10 Mar 2009 21:43:19 +0100 wenzelm controlled_execution/debugging: special handling of UNDEF to prevent it to appear in exception_trace;
Tue, 10 Mar 2009 21:20:01 +0100 wenzelm explicit root_path, parent_path;
Tue, 10 Mar 2009 21:19:22 +0100 wenzelm removed obsolete no_base_names;
Tue, 10 Mar 2009 21:18:52 +0100 wenzelm invoke_case: proper qualification of name binding, avoiding old no_base_names;
Tue, 10 Mar 2009 21:18:01 +0100 wenzelm add_path: discontinued special meaning of "//", "/", "..";
Tue, 10 Mar 2009 18:52:26 +0100 wenzelm merged
Tue, 10 Mar 2009 17:39:18 +0000 webertj Automated merge with ssh://webertj@atbroy100.informatik.tu-muenchen.de//home/isabelle-repository/repos/isabelle
Tue, 10 Mar 2009 17:39:06 +0000 webertj Instead of giving up entirely, arith now ignores all inequalities when there are too many.
Tue, 10 Mar 2009 17:54:49 +0100 wenzelm merged
Tue, 10 Mar 2009 16:36:22 +0100 hoelzl Fixed type error which appeared when Approximation bounds where specified as floating point numbers
Tue, 10 Mar 2009 16:51:08 +0100 wenzelm just one naming policy based on binding content -- eliminated odd "object-oriented" style;
Tue, 10 Mar 2009 16:48:27 +0100 wenzelm tuned proofs;
Tue, 10 Mar 2009 16:44:20 +0100 wenzelm added qualified_name_of;
Tue, 10 Mar 2009 16:43:59 +0100 wenzelm pretty_full_theory: no longer display name prefix -- naming is far more complex now;
Tue, 10 Mar 2009 16:42:58 +0100 wenzelm quote binding for ML toplevel pp;
Tue, 10 Mar 2009 11:01:28 +0100 wenzelm merged
Tue, 10 Mar 2009 08:47:45 +0000 webertj Instead of giving up entirely, arith now ignores all inequalities when there are too many.
Tue, 10 Mar 2009 11:01:15 +0100 wenzelm updated generated file -- changed due to different treatmeant of type constraints in OptionalSugar.thy;
Tue, 10 Mar 2009 10:59:59 +0100 wenzelm more robust treatment of (authentic) consts within translations;
Mon, 09 Mar 2009 23:29:13 +0100 nipkow Docs
Mon, 09 Mar 2009 23:07:51 +0100 nipkow merged
Mon, 09 Mar 2009 23:07:41 +0100 nipkow Docs
Mon, 09 Mar 2009 22:56:39 +0100 wenzelm added session HOL-Docs;
Mon, 09 Mar 2009 22:43:25 +0100 wenzelm tuned;
Mon, 09 Mar 2009 21:26:13 +0100 wenzelm simplified presentation_context_of;
Mon, 09 Mar 2009 21:25:33 +0100 wenzelm markup antiquotation options;
Mon, 09 Mar 2009 21:23:40 +0100 wenzelm fornal markup for antiquotation options;
Mon, 09 Mar 2009 21:12:14 +0100 wenzelm * More systematic treatment of long names, abstract name bindings, and name space operations.
Mon, 09 Mar 2009 20:34:11 +0100 wenzelm moved @{ML_functor} and @{ML_text} to Pure;
Mon, 09 Mar 2009 20:29:45 +0100 wenzelm replaced old locale option by proper "text (in locale)";
Mon, 09 Mar 2009 17:55:03 +0100 wenzelm adapted to simplified ThyOutput.antiquotation interface;
Mon, 09 Mar 2009 17:54:27 +0100 wenzelm adapted to simplified ThyOutput.antiquotation interface;
Mon, 09 Mar 2009 17:53:53 +0100 wenzelm simplified interface to define document antiquotations, cf. antiquotatation, maybe_pretty_source, output;
Mon, 09 Mar 2009 15:49:55 +0100 wenzelm merged
Mon, 09 Mar 2009 14:44:04 +0100 haftmann merged
Mon, 09 Mar 2009 14:43:51 +0100 haftmann NameSpace.base_name ~> Long_Name.base_name
Mon, 09 Mar 2009 14:20:07 +0100 nipkow Docs
Mon, 09 Mar 2009 12:24:19 +0100 nipkow merged
Mon, 09 Mar 2009 12:24:01 +0100 nipkow fixed typing of UN/INT syntax
Mon, 09 Mar 2009 15:36:31 +0100 wenzelm more contributors;
Mon, 09 Mar 2009 11:57:48 +0100 wenzelm adapted ThyOutput.antiquotation;
Mon, 09 Mar 2009 11:56:34 +0100 wenzelm refined antiquotation interface: formally pass result context and (potential) result source;
Mon, 09 Mar 2009 10:10:34 +0100 haftmann merged
Mon, 09 Mar 2009 09:37:33 +0100 haftmann binding replaces bstring
Mon, 09 Mar 2009 09:34:39 +0100 haftmann dropped eq_pred
Sun, 08 Mar 2009 17:25:16 +0100 haftmann merged
Sun, 08 Mar 2009 15:25:29 +0100 haftmann refined enumeration implementation
Sun, 08 Mar 2009 15:25:29 +0100 haftmann added top and bot syntax
Sun, 08 Mar 2009 15:25:28 +0100 haftmann added predicate compiler, as formally checked prototype, not as user package
Mon, 09 Mar 2009 10:01:58 +0100 haftmann attempt to bypass spurious infix syntax problem on polyml/sun
Mon, 09 Mar 2009 09:38:36 +0100 nipkow UN syntax fix
Mon, 09 Mar 2009 09:24:50 +0100 nipkow merged
(0) -30000 -10000 -3000 -1000 -240 +240 +1000 +3000 +10000 +30000 tip