wenzelm [Fri, 03 Aug 2007 16:28:25 +0200] rev 24146
added int type constraint to accomodate hacked SML/NJ (backported change in generated metis.ML);
wenzelm [Fri, 03 Aug 2007 16:28:24 +0200] rev 24145
preparations for proper type int;
wenzelm [Fri, 03 Aug 2007 16:28:23 +0200] rev 24144
tuned tracing;
wenzelm [Fri, 03 Aug 2007 16:28:22 +0200] rev 24143
replaced Theory.self_ref by Theory.check_thy, which now produces a checked ref;
thread-safeness: when creating certified items, perform Theory.check_thy *last*;
wenzelm [Fri, 03 Aug 2007 16:28:21 +0200] rev 24142
certify: no check_thy here;
wenzelm [Fri, 03 Aug 2007 16:28:20 +0200] rev 24141
improved check_thy: produce a checked theory_ref (thread-safe version);
removed obsolete self_ref (cf. check_thy);
thread-safeness: when creating certified items, perform Theory.check_thy *last*;
eq_thy: no check here;
marked some critical sections;
wenzelm [Fri, 03 Aug 2007 16:28:19 +0200] rev 24140
moved Admin/proper_int.ML to Pure/ML-Systems/proper_int.ML;
wenzelm [Fri, 03 Aug 2007 16:28:18 +0200] rev 24139
added dependency on Tools/Metis/metis.ML;
wenzelm [Fri, 03 Aug 2007 16:28:17 +0200] rev 24138
updated;
wenzelm [Fri, 03 Aug 2007 16:28:15 +0200] rev 24137
replaced Theory.self_ref by Theory.check_thy, which now produces a checked ref;
wenzelm [Thu, 02 Aug 2007 23:18:13 +0200] rev 24136
reset Logic.auto_rename;
wenzelm [Thu, 02 Aug 2007 22:43:47 +0200] rev 24135
added int type constraints to accomodate hacked SML/NJ;
wenzelm [Thu, 02 Aug 2007 22:16:49 +0200] rev 24134
added int type constraints to accomodate hacked SML/NJ;
wenzelm [Thu, 02 Aug 2007 21:45:07 +0200] rev 24133
added int type constraints to accomodate hacked SML/NJ;
wenzelm [Thu, 02 Aug 2007 21:43:55 +0200] rev 24132
made mk_int/dest_int pervasive;
ballarin [Thu, 02 Aug 2007 18:13:42 +0200] rev 24131
Experimental removal of assumptions of the form x : UNIV and the like after interpretation.
berghofe [Thu, 02 Aug 2007 17:31:10 +0200] rev 24130
Repaired term_of_char.
berghofe [Thu, 02 Aug 2007 17:29:40 +0200] rev 24129
- Added cycle test to function mk_ind_def to avoid non-termination
of code generator.
- Functions generated from inductive predicates having neither
parameters nor input arguments now take a unit element as an
argument, otherwise the generated code would be ill-formed.
wenzelm [Thu, 02 Aug 2007 16:12:02 +0200] rev 24128
tuned;
wenzelm [Thu, 02 Aug 2007 15:44:37 +0200] rev 24127
converted Meson tests to proper theory;
wenzelm [Thu, 02 Aug 2007 12:06:29 +0200] rev 24126
turned simp_depth_limit into configuration option;
tuned register_config;
wenzelm [Thu, 02 Aug 2007 12:06:28 +0200] rev 24125
added name_of;
wenzelm [Thu, 02 Aug 2007 12:06:27 +0200] rev 24124
turned simp_depth_limit into configuration option;
wenzelm [Wed, 01 Aug 2007 21:10:36 +0200] rev 24123
tuned ML bindings (for multithreading);
updated timings;
wenzelm [Wed, 01 Aug 2007 20:25:16 +0200] rev 24122
tuned ML bindings (for multithreading);
huffman [Wed, 01 Aug 2007 19:59:12 +0200] rev 24121
fix looping when applied to standard subgoals
wenzelm [Wed, 01 Aug 2007 18:05:43 +0200] rev 24120
updated;
wenzelm [Wed, 01 Aug 2007 17:03:28 +0200] rev 24119
tracing: level;
wenzelm [Wed, 01 Aug 2007 16:59:15 +0200] rev 24118
multithreading trace: int;
wenzelm [Wed, 01 Aug 2007 16:55:45 +0200] rev 24117
added toplevel print command;
wenzelm [Wed, 01 Aug 2007 16:55:44 +0200] rev 24116
tuned;
wenzelm [Wed, 01 Aug 2007 16:55:43 +0200] rev 24115
renamed 'print_options' to 'print_configs';