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