Sat, 29 May 2004 15:01:36 +0200 Output.timing;
wenzelm [Sat, 29 May 2004 15:01:36 +0200] rev 14825
Output.timing;
Sat, 29 May 2004 15:00:52 +0200 improved output;
wenzelm [Sat, 29 May 2004 15:00:52 +0200] rev 14824
improved output;
Sat, 29 May 2004 15:00:25 +0200 moved print_mode to General/output.ML; load General/pretty.ML early;
wenzelm [Sat, 29 May 2004 15:00:25 +0200] rev 14823
moved print_mode to General/output.ML; load General/pretty.ML early;
Sat, 29 May 2004 15:00:14 +0200 added Pure/General/output.ML;
wenzelm [Sat, 29 May 2004 15:00:14 +0200] rev 14822
added Pure/General/output.ML;
Sat, 29 May 2004 14:59:57 +0200 avoid 'handle _' -- would cover Interrupt as well!!!
wenzelm [Sat, 29 May 2004 14:59:57 +0200] rev 14821
avoid 'handle _' -- would cover Interrupt as well!!!
Sat, 29 May 2004 14:59:24 +0200 Sign.infer_types: Sign.pp;
wenzelm [Sat, 29 May 2004 14:59:24 +0200] rev 14820
Sign.infer_types: Sign.pp;
Sat, 29 May 2004 14:58:44 +0200 Library.read_int;
wenzelm [Sat, 29 May 2004 14:58:44 +0200] rev 14819
Library.read_int;
Sat, 29 May 2004 14:57:39 +0200 Output.output;
wenzelm [Sat, 29 May 2004 14:57:39 +0200] rev 14818
Output.output;
Sat, 29 May 2004 14:55:56 +0200 'classrel': support multiple arguments;
wenzelm [Sat, 29 May 2004 14:55:56 +0200] rev 14817
'classrel': support multiple arguments;
Sat, 29 May 2004 14:54:58 +0200 * ML: all output via channels of writeln etc. passed through Output.output;
wenzelm [Sat, 29 May 2004 14:54:58 +0200] rev 14816
* ML: all output via channels of writeln etc. passed through Output.output;
Sat, 29 May 2004 14:54:10 +0200 output channels;
wenzelm [Sat, 29 May 2004 14:54:10 +0200] rev 14815
output channels;
Fri, 28 May 2004 21:09:56 +0200 added asm_lr_simplify/asm_lr_rewrite and adapted asm_full_simplify/asm_full_rewrite to match to corresponding simp_tacs
schirmer [Fri, 28 May 2004 21:09:56 +0200] rev 14814
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 new skolemize_tac and skolemize method
paulson [Fri, 28 May 2004 11:20:04 +0200] rev 14813
new skolemize_tac and skolemize method
Fri, 28 May 2004 11:19:15 +0200 new theorem Collect_imp_eq
paulson [Fri, 28 May 2004 11:19:15 +0200] rev 14812
new theorem Collect_imp_eq
Wed, 26 May 2004 19:06:09 +0200 abstraction over functions is no default any more.
chaieb [Wed, 26 May 2004 19:06:09 +0200] rev 14811
abstraction over functions is no default any more.
Wed, 26 May 2004 18:52:18 +0200 adjusted for different signature of Type.typ_instance
webertj [Wed, 26 May 2004 18:52:18 +0200] rev 14810
adjusted for different signature of Type.typ_instance
Wed, 26 May 2004 18:23:46 +0200 mainly new/different datatype examples
webertj [Wed, 26 May 2004 18:23:46 +0200] rev 14809
mainly new/different datatype examples
Wed, 26 May 2004 18:06:38 +0200 documentation updated
webertj [Wed, 26 May 2004 18:06:38 +0200] rev 14808
documentation updated
Wed, 26 May 2004 18:03:52 +0200 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)
webertj [Wed, 26 May 2004 18:03:52 +0200] rev 14807
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 new default parameters for refute
webertj [Wed, 26 May 2004 17:43:52 +0200] rev 14806
new default parameters for refute
Wed, 26 May 2004 17:42:46 +0200 solver "auto" now issues a warning when it uses solver "enumerate"
webertj [Wed, 26 May 2004 17:42:46 +0200] rev 14805
solver "auto" now issues a warning when it uses solver "enumerate"
Wed, 26 May 2004 14:57:06 +0200 Corrected printer bug for bounded quantifiers Q x<=y. P
nipkow [Wed, 26 May 2004 14:57:06 +0200] rev 14804
Corrected printer bug for bounded quantifiers Q x<=y. P
Wed, 26 May 2004 11:43:50 +0200 more group isomorphisms
paulson [Wed, 26 May 2004 11:43:50 +0200] rev 14803
more group isomorphisms
Mon, 24 May 2004 18:35:34 +0200 added drop_take:thm
nipkow [Mon, 24 May 2004 18:35:34 +0200] rev 14802
added drop_take:thm
Fri, 21 May 2004 21:49:45 +0200 - deleted unneeded function eta_long (now in Pure/pattern.ML
berghofe [Fri, 21 May 2004 21:49:45 +0200] rev 14801
- deleted unneeded function eta_long (now in Pure/pattern.ML - added HOL.min / HOL.max to allowed consts again - added final simplification step with presburger_ss to preprocessor again
Fri, 21 May 2004 21:48:35 +0200 Adapted to new syntax for case expressions.
berghofe [Fri, 21 May 2004 21:48:35 +0200] rev 14800
Adapted to new syntax for case expressions.
Fri, 21 May 2004 21:48:03 +0200 Added more flexible parse / print translations for case expressions.
berghofe [Fri, 21 May 2004 21:48:03 +0200] rev 14799
Added more flexible parse / print translations for case expressions.
Fri, 21 May 2004 21:47:07 +0200 Modified functions pt_to_ast and ast_to_term to improve handling
berghofe [Fri, 21 May 2004 21:47:07 +0200] rev 14798
Modified functions pt_to_ast and ast_to_term to improve handling of errors in parse (ast) translations caused by ambiguous input.
Fri, 21 May 2004 21:46:25 +0200 - exported result datatype
berghofe [Fri, 21 May 2004 21:46:25 +0200] rev 14797
- exported result datatype - added functions get_result and get_exn
Fri, 21 May 2004 21:42:05 +0200 updated;
wenzelm [Fri, 21 May 2004 21:42:05 +0200] rev 14796
updated;
Fri, 21 May 2004 21:28:58 +0200 Pure: clear separation of logical types and nonterminals;
wenzelm [Fri, 21 May 2004 21:28:58 +0200] rev 14795
Pure: clear separation of logical types and nonterminals;
Fri, 21 May 2004 21:28:14 +0200 adapted tsig/sg interface;
wenzelm [Fri, 21 May 2004 21:28:14 +0200] rev 14794
adapted tsig/sg interface;
Fri, 21 May 2004 21:28:01 +0200 added dest, minimals, maximals, is_edge, add_edge/merge_trans_acyclic;
wenzelm [Fri, 21 May 2004 21:28:01 +0200] rev 14793
added dest, minimals, maximals, is_edge, add_edge/merge_trans_acyclic;
Fri, 21 May 2004 21:27:42 +0200 added fold, product; removed transitive_closure;
wenzelm [Fri, 21 May 2004 21:27:42 +0200] rev 14792
added fold, product; removed transitive_closure;
Fri, 21 May 2004 21:27:10 +0200 adapted names of some sort ops;
wenzelm [Fri, 21 May 2004 21:27:10 +0200] rev 14791
adapted names of some sort ops;
Fri, 21 May 2004 21:26:19 +0200 major cleanup of tsig datastructures and extend/merge operations; fixes old bugs in classes/arities code; proper treatment of nonterminals and syntax-only types;
wenzelm [Fri, 21 May 2004 21:26:19 +0200] rev 14790
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 Type.strip_sorts;
wenzelm [Fri, 21 May 2004 21:25:57 +0200] rev 14789
Type.strip_sorts;
Fri, 21 May 2004 21:25:34 +0200 incorporate type inference interface from type.ML;
wenzelm [Fri, 21 May 2004 21:25:34 +0200] rev 14788
incorporate type inference interface from type.ML;
Fri, 21 May 2004 21:24:22 +0200 adapted tsig interface;
wenzelm [Fri, 21 May 2004 21:24:22 +0200] rev 14787
adapted tsig interface;
Fri, 21 May 2004 21:23:37 +0200 moved some sort ops to sorts.ML; added string_of_vname (from Syntax module);
wenzelm [Fri, 21 May 2004 21:23:37 +0200] rev 14786
moved some sort ops to sorts.ML; added string_of_vname (from Syntax module);
Fri, 21 May 2004 21:23:12 +0200 test_classrel/arity improve error reporting; tuned;
wenzelm [Fri, 21 May 2004 21:23:12 +0200] rev 14785
test_classrel/arity improve error reporting; tuned;
Fri, 21 May 2004 21:22:42 +0200 xxx_typ_raw replace xxx_typ_no_norm forms; prevent duplicate consts declarations in merge; misc cleanup;
wenzelm [Fri, 21 May 2004 21:22:42 +0200] rev 14784
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 string_of_vname moved to term.ML;
wenzelm [Fri, 21 May 2004 21:22:10 +0200] rev 14783
string_of_vname moved to term.ML;
Fri, 21 May 2004 21:21:51 +0200 incorporate sort ops from term.ML; use Graph.T; misc cleanup;
wenzelm [Fri, 21 May 2004 21:21:51 +0200] rev 14782
incorporate sort ops from term.ML; use Graph.T; misc cleanup;
Fri, 21 May 2004 21:21:38 +0200 type.ML now before Syntax module;
wenzelm [Fri, 21 May 2004 21:21:38 +0200] rev 14781
type.ML now before Syntax module;
Fri, 21 May 2004 21:21:12 +0200 xxx_typ_raw replace xxx_typ_no_norm forms;
wenzelm [Fri, 21 May 2004 21:21:12 +0200] rev 14780
xxx_typ_raw replace xxx_typ_no_norm forms;
Fri, 21 May 2004 21:20:38 +0200 'classrel' now allows multiple arguments;
wenzelm [Fri, 21 May 2004 21:20:38 +0200] rev 14779
'classrel' now allows multiple arguments;
Fri, 21 May 2004 21:20:14 +0200 Sign.certify_tyname;
wenzelm [Fri, 21 May 2004 21:20:14 +0200] rev 14778
Sign.certify_tyname;
(0) -10000 -3000 -1000 -300 -100 -48 +48 +100 +300 +1000 +3000 +10000 +30000 tip