Sat, 29 May 2004 15:02:35 +0200 wenzelm Output.add_mode; Output.timing;
Sat, 29 May 2004 15:02:13 +0200 wenzelm output channels and diagnostics moved to General/output.ML; added read_int etc. from term.ML; removed obsolete mtree; type rat uses exception RAT;
Sat, 29 May 2004 15:01:36 +0200 wenzelm Output.timing;
Sat, 29 May 2004 15:00:52 +0200 wenzelm improved output;
Sat, 29 May 2004 15:00:25 +0200 wenzelm moved print_mode to General/output.ML; load General/pretty.ML early;
Sat, 29 May 2004 15:00:14 +0200 wenzelm added Pure/General/output.ML;
Sat, 29 May 2004 14:59:57 +0200 wenzelm avoid 'handle _' -- would cover Interrupt as well!!!
Sat, 29 May 2004 14:59:24 +0200 wenzelm Sign.infer_types: Sign.pp;
Sat, 29 May 2004 14:58:44 +0200 wenzelm Library.read_int;
Sat, 29 May 2004 14:57:39 +0200 wenzelm Output.output;
Sat, 29 May 2004 14:55:56 +0200 wenzelm 'classrel': support multiple arguments;
Sat, 29 May 2004 14:54:58 +0200 wenzelm * ML: all output via channels of writeln etc. passed through Output.output;
Sat, 29 May 2004 14:54:10 +0200 wenzelm output channels;
Fri, 28 May 2004 21:09:56 +0200 schirmer added asm_lr_simplify/asm_lr_rewrite and adapted asm_full_simplify/asm_full_rewrite to match to corresponding simp_tacs
Fri, 28 May 2004 11:20:04 +0200 paulson new skolemize_tac and skolemize method
Fri, 28 May 2004 11:19:15 +0200 paulson new theorem Collect_imp_eq
Wed, 26 May 2004 19:06:09 +0200 chaieb abstraction over functions is no default any more.
Wed, 26 May 2004 18:52:18 +0200 webertj adjusted for different signature of Type.typ_instance
Wed, 26 May 2004 18:23:46 +0200 webertj mainly new/different datatype examples
Wed, 26 May 2004 18:06:38 +0200 webertj documentation updated
Wed, 26 May 2004 18:03:52 +0200 webertj major code change: refute can now handle any Isabelle term, adds certain axioms automatically, and can handle inductive datatypes (but not yet recursion over them)
Wed, 26 May 2004 17:43:52 +0200 webertj new default parameters for refute
Wed, 26 May 2004 17:42:46 +0200 webertj solver "auto" now issues a warning when it uses solver "enumerate"
Wed, 26 May 2004 14:57:06 +0200 nipkow Corrected printer bug for bounded quantifiers Q x<=y. P
Wed, 26 May 2004 11:43:50 +0200 paulson more group isomorphisms
Mon, 24 May 2004 18:35:34 +0200 nipkow added drop_take:thm
Fri, 21 May 2004 21:49:45 +0200 berghofe - deleted unneeded function eta_long (now in Pure/pattern.ML
Fri, 21 May 2004 21:48:35 +0200 berghofe Adapted to new syntax for case expressions.
Fri, 21 May 2004 21:48:03 +0200 berghofe Added more flexible parse / print translations for case expressions.
Fri, 21 May 2004 21:47:07 +0200 berghofe Modified functions pt_to_ast and ast_to_term to improve handling
Fri, 21 May 2004 21:46:25 +0200 berghofe - exported result datatype
Fri, 21 May 2004 21:42:05 +0200 wenzelm updated;
Fri, 21 May 2004 21:28:58 +0200 wenzelm Pure: clear separation of logical types and nonterminals;
Fri, 21 May 2004 21:28:14 +0200 wenzelm adapted tsig/sg interface;
Fri, 21 May 2004 21:28:01 +0200 wenzelm added dest, minimals, maximals, is_edge, add_edge/merge_trans_acyclic;
Fri, 21 May 2004 21:27:42 +0200 wenzelm added fold, product; removed transitive_closure;
Fri, 21 May 2004 21:27:10 +0200 wenzelm adapted names of some sort ops;
Fri, 21 May 2004 21:26:19 +0200 wenzelm major cleanup of tsig datastructures and extend/merge operations; fixes old bugs in classes/arities code; proper treatment of nonterminals and syntax-only types;
Fri, 21 May 2004 21:25:57 +0200 wenzelm Type.strip_sorts;
Fri, 21 May 2004 21:25:34 +0200 wenzelm incorporate type inference interface from type.ML;
Fri, 21 May 2004 21:24:22 +0200 wenzelm adapted tsig interface;
Fri, 21 May 2004 21:23:37 +0200 wenzelm moved some sort ops to sorts.ML; added string_of_vname (from Syntax module);
Fri, 21 May 2004 21:23:12 +0200 wenzelm test_classrel/arity improve error reporting; tuned;
Fri, 21 May 2004 21:22:42 +0200 wenzelm xxx_typ_raw replace xxx_typ_no_norm forms; prevent duplicate consts declarations in merge; misc cleanup;
Fri, 21 May 2004 21:22:10 +0200 wenzelm string_of_vname moved to term.ML;
Fri, 21 May 2004 21:21:51 +0200 wenzelm incorporate sort ops from term.ML; use Graph.T; misc cleanup;
Fri, 21 May 2004 21:21:38 +0200 wenzelm type.ML now before Syntax module;
Fri, 21 May 2004 21:21:12 +0200 wenzelm xxx_typ_raw replace xxx_typ_no_norm forms;
Fri, 21 May 2004 21:20:38 +0200 wenzelm 'classrel' now allows multiple arguments;
Fri, 21 May 2004 21:20:14 +0200 wenzelm Sign.certify_tyname;
Fri, 21 May 2004 21:19:47 +0200 wenzelm TypeInfer.paramify_dummies, TypeInfer.param;
Fri, 21 May 2004 21:19:18 +0200 wenzelm Args.local_typ_raw;
Fri, 21 May 2004 21:19:04 +0200 wenzelm output_tym: removed duplicate clauses;
Fri, 21 May 2004 21:18:48 +0200 wenzelm Graph.minimals;
Fri, 21 May 2004 21:18:35 +0200 wenzelm adapted syntax to cope with lack of non-logical types;
Fri, 21 May 2004 21:18:14 +0200 wenzelm Type.typ_instance;
Fri, 21 May 2004 21:17:37 +0200 wenzelm load ML files only once;
Fri, 21 May 2004 21:16:51 +0200 wenzelm removed duplicate thms;
Fri, 21 May 2004 21:15:45 +0200 wenzelm Sign.typ_instance;
Fri, 21 May 2004 21:15:22 +0200 wenzelm tuned message;
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip