paulson [Mon, 01 May 2006 18:10:40 +0200] rev 19527
some facts about min, max and add, diff
paulson [Mon, 01 May 2006 18:10:18 +0200] rev 19526
a few more examples
wenzelm [Mon, 01 May 2006 17:05:13 +0200] rev 19525
class_triv: Sign.certify_class;
wenzelm [Mon, 01 May 2006 17:05:12 +0200] rev 19524
arities: maintain original codomain;
wenzelm [Mon, 01 May 2006 17:05:11 +0200] rev 19523
added sort_triv;
wenzelm [Mon, 01 May 2006 17:05:10 +0200] rev 19522
of_sort: simplified derivation;
wenzelm [Mon, 01 May 2006 17:05:09 +0200] rev 19521
adapted arities;
huffman [Mon, 01 May 2006 01:22:31 +0200] rev 19520
add theorem flift2_defined_iff
huffman [Mon, 01 May 2006 01:21:23 +0200] rev 19519
add theorem typdef_flat
wenzelm [Sun, 30 Apr 2006 22:50:12 +0200] rev 19518
AxClass.define_class_i, AxClass.get_definition;
Sign.primitive_arity;
wenzelm [Sun, 30 Apr 2006 22:50:11 +0200] rev 19517
tuned;
wenzelm [Sun, 30 Apr 2006 22:50:10 +0200] rev 19516
AxClass.define_class;
AxClass.axiomatize_class/classrel/arity;
wenzelm [Sun, 30 Apr 2006 22:50:09 +0200] rev 19515
build classes/arities: refer to operations in sorts.ML;
simplified add_class/classrel/arity;
tuned;
wenzelm [Sun, 30 Apr 2006 22:50:08 +0200] rev 19514
moved certify_class/sort to type.ML;
added operations to build sort algebras (from type.ML);
tuned;
wenzelm [Sun, 30 Apr 2006 22:50:07 +0200] rev 19513
removed add_classes/classrel/arities (superceded by AxClass.axiomatize_class/classrel/arity);
added primitive_class/classrel/arity;
wenzelm [Sun, 30 Apr 2006 22:50:06 +0200] rev 19512
added serial_string;
wenzelm [Sun, 30 Apr 2006 22:50:05 +0200] rev 19511
renamed add_axclass(_i) to define_axclass(_i);
renamed get_info to get_definition;
added axiomatize_class/classrel/arity (supercede Sign.add_classes/classrel/arities);
tuned;
wenzelm [Sun, 30 Apr 2006 22:50:03 +0200] rev 19510
AxClass.axiomatize_arity_i;
wenzelm [Sun, 30 Apr 2006 22:50:01 +0200] rev 19509
AxClass.define_class_i;
wenzelm [Sun, 30 Apr 2006 22:49:59 +0200] rev 19508
* Pure: axclasses now purely definitional;
* Pure/kernel: consts certification ignores sort constraints;
wenzelm [Sat, 29 Apr 2006 23:16:49 +0200] rev 19507
reduced code duplication;
wenzelm [Sat, 29 Apr 2006 23:16:48 +0200] rev 19506
added insert_list;
wenzelm [Sat, 29 Apr 2006 23:16:47 +0200] rev 19505
added unconstrainT;
wenzelm [Sat, 29 Apr 2006 23:16:46 +0200] rev 19504
added unconstrainTs;
wenzelm [Sat, 29 Apr 2006 23:16:45 +0200] rev 19503
instances data: mutable cache;
added of_sort: interface for derived instances;
wenzelm [Sat, 29 Apr 2006 23:16:43 +0200] rev 19502
tuned;
berghofe [Fri, 28 Apr 2006 17:59:06 +0200] rev 19501
Capitalized theory names.
berghofe [Fri, 28 Apr 2006 17:58:33 +0200] rev 19500
Removed broken proof.
berghofe [Fri, 28 Apr 2006 17:56:20 +0200] rev 19499
Added Class, Fsub, and Lambda_mu examples for nominal datatypes.
berghofe [Fri, 28 Apr 2006 16:04:57 +0200] rev 19498
New keyword file for HOL nominal datatype package.
berghofe [Fri, 28 Apr 2006 15:59:31 +0200] rev 19497
Added new targets for nominal datatype package.
berghofe [Fri, 28 Apr 2006 15:58:30 +0200] rev 19496
Capitalized theory names.
berghofe [Fri, 28 Apr 2006 15:55:38 +0200] rev 19495
New ROOT file for nominal datatype examples.
berghofe [Fri, 28 Apr 2006 15:54:34 +0200] rev 19494
Renamed "nominal" theory to "Nominal".
berghofe [Fri, 28 Apr 2006 15:53:47 +0200] rev 19493
New ROOT file for nominal datatype package.
mengj [Fri, 28 Apr 2006 06:05:19 +0200] rev 19492
added some helper files for HOL goals/lemmas. Clauses have TPTP format.
mengj [Fri, 28 Apr 2006 05:59:32 +0200] rev 19491
changed the functions for getting HOL helper clauses.
mengj [Fri, 28 Apr 2006 05:58:53 +0200] rev 19490
removed the functions for getting HOL helper paths.
berghofe [Thu, 27 Apr 2006 17:48:41 +0200] rev 19489
SplitAt -> chop
berghofe [Thu, 27 Apr 2006 17:48:17 +0200] rev 19488
Adapted to new interface of add_axclass_i.
nipkow [Thu, 27 Apr 2006 17:40:17 +0200] rev 19487
added zip/take/drop lemmas
wenzelm [Thu, 27 Apr 2006 15:06:42 +0200] rev 19486
tuned;
wenzelm [Thu, 27 Apr 2006 15:06:42 +0200] rev 19485
renamed Source.mapfilter to Source.map_filter;
wenzelm [Thu, 27 Apr 2006 15:06:40 +0200] rev 19484
added map_filter;
wenzelm [Thu, 27 Apr 2006 15:06:39 +0200] rev 19483
renamed mapfilter to map_filter, made pervasive (again);
made flat pervasive (again);
added maps;
wenzelm [Thu, 27 Apr 2006 15:06:35 +0200] rev 19482
tuned basic list operators (flat, maps, map_filter);
paulson [Thu, 27 Apr 2006 12:11:56 +0200] rev 19481
renamed HOLogic.mk_bin to mk_binum for consistency with dest_binum
paulson [Thu, 27 Apr 2006 12:11:05 +0200] rev 19480
slight shortening of blacklist
paulson [Thu, 27 Apr 2006 12:10:47 +0200] rev 19479
cosmetic changes
paulson [Thu, 27 Apr 2006 12:09:32 +0200] rev 19478
some new functions
urbanc [Thu, 27 Apr 2006 01:41:30 +0200] rev 19477
isar-keywords.el
- I am not sure what has changed here
nominal.thy
- includes a number of new lemmas (including freshness
and perm_aux things)
nominal_atoms.ML
- no particular changes here
nominal_permeq.ML
- a new version of the decision procedure using
for permutation composition the constant perm_aux
examples
- various adjustments
wenzelm [Wed, 26 Apr 2006 22:40:46 +0200] rev 19476
*** empty log message ***
wenzelm [Wed, 26 Apr 2006 22:38:16 +0200] rev 19475
curried Seq.cons;
wenzelm [Wed, 26 Apr 2006 22:38:11 +0200] rev 19474
removed splitAt (superceded by chop);
removed if_none (superceded by the_default);
wenzelm [Wed, 26 Apr 2006 22:38:05 +0200] rev 19473
tuned;
wenzelm [Wed, 26 Apr 2006 20:34:11 +0200] rev 19472
removed obsolete expand_case_tac;
haftmann [Wed, 26 Apr 2006 14:19:13 +0200] rev 19471
fixed silly symlink bug
kleing [Wed, 26 Apr 2006 07:02:04 +0200] rev 19470
added Ben Porter's stuff
kleing [Wed, 26 Apr 2006 07:01:33 +0200] rev 19469
moved arithmetic series to geometric series in SetInterval
wenzelm [Tue, 25 Apr 2006 22:23:58 +0200] rev 19468
Sign.arity_sorts;
tuned;
wenzelm [Tue, 25 Apr 2006 22:23:50 +0200] rev 19467
unlocalize_mixfix: fallback on NoSyn;
wenzelm [Tue, 25 Apr 2006 22:23:41 +0200] rev 19466
tuned;
wenzelm [Tue, 25 Apr 2006 22:23:30 +0200] rev 19465
refer to structure Type instead of Sorts;
wenzelm [Tue, 25 Apr 2006 22:23:24 +0200] rev 19464
added inter_sort;
added arity_number/sorts;
wenzelm [Tue, 25 Apr 2006 22:23:17 +0200] rev 19463
added remove_sort;
wenzelm [Tue, 25 Apr 2006 22:23:11 +0200] rev 19462
added arity_number/sorts;
tuned;
wenzelm [Tue, 25 Apr 2006 22:23:04 +0200] rev 19461
made 'flat' pervasive (again);
wenzelm [Tue, 25 Apr 2006 22:22:58 +0200] rev 19460
get_info: removed 'super' field;
added params_of, all_params_of;
removed params_of_sort;
tuned;
haftmann [Mon, 24 Apr 2006 16:37:52 +0200] rev 19459
seperated typedef codegen from main code
haftmann [Mon, 24 Apr 2006 16:37:37 +0200] rev 19458
more precise tactics
haftmann [Mon, 24 Apr 2006 16:37:07 +0200] rev 19457
fixed typo
haftmann [Mon, 24 Apr 2006 16:36:34 +0200] rev 19456
more precise data structure
haftmann [Mon, 24 Apr 2006 16:36:07 +0200] rev 19455
cleaned up some diagnostic mathom
haftmann [Mon, 24 Apr 2006 16:35:30 +0200] rev 19454
moved coalesce to AList, added equality predicates to library
obua [Sun, 23 Apr 2006 10:57:48 +0200] rev 19453
added LP.thy
mengj [Sat, 22 Apr 2006 06:06:39 +0200] rev 19452
Changed the treatment of equalities.
mengj [Thu, 20 Apr 2006 04:20:06 +0200] rev 19451
Changed the logic detection method.
paulson [Wed, 19 Apr 2006 13:11:35 +0200] rev 19450
exported linkup_logic_mode and changed the default setting
paulson [Wed, 19 Apr 2006 10:43:53 +0200] rev 19449
fix to spacing in switches, for Vampire under SML/NJ
paulson [Wed, 19 Apr 2006 10:43:09 +0200] rev 19448
definition expansion checks for excess variables
paulson [Wed, 19 Apr 2006 10:42:45 +0200] rev 19447
the "th" field of type "clause"
paulson [Wed, 19 Apr 2006 10:42:13 +0200] rev 19446
tidying and reformatting
paulson [Wed, 19 Apr 2006 10:41:37 +0200] rev 19445
tidying; ATP options including CASC mode for Vampire
mengj [Tue, 18 Apr 2006 05:38:18 +0200] rev 19444
Take conjectures and axioms as thms when convert them to ResHolClause.clause format.
mengj [Tue, 18 Apr 2006 05:37:43 +0200] rev 19443
Take conjectures and axioms as thms when convert them to ResClause.clause format.
mengj [Tue, 18 Apr 2006 05:36:38 +0200] rev 19442
Tidied up some programs.
haftmann [Sun, 16 Apr 2006 08:22:29 +0200] rev 19441
fixed typo
huffman [Thu, 13 Apr 2006 23:15:44 +0200] rev 19440
add lemma less_UU_iff as default simp rule
huffman [Thu, 13 Apr 2006 23:14:18 +0200] rev 19439
hide common name of constant 'run'
wenzelm [Thu, 13 Apr 2006 12:01:16 +0200] rev 19438
early test of Classpackage, Codegenerator;
wenzelm [Thu, 13 Apr 2006 12:01:15 +0200] rev 19437
fixed typo in method invocation;
wenzelm [Thu, 13 Apr 2006 12:01:14 +0200] rev 19436
ignore sort constraints of consts declarations;
use conjunction stuff from conjunction.ML;
prefer ProofContext.pretty_thm;
wenzelm [Thu, 13 Apr 2006 12:01:13 +0200] rev 19435
ignore sort constraints of consts declarations;
Sign.typ_equiv;
wenzelm [Thu, 13 Apr 2006 12:01:12 +0200] rev 19434
add_axclass(_i): canonical specification format;
wenzelm [Thu, 13 Apr 2006 12:01:11 +0200] rev 19433
certify: ignore sort constraints of declarations (MAJOR CHANGE);
wenzelm [Thu, 13 Apr 2006 12:01:10 +0200] rev 19432
added print_theorems/theory, print_theorems_diff (from pure_thy.ML);