wenzelm [Mon, 06 Aug 2007 19:35:43 +0200] rev 24158
Overloading in SML/NJ.
berghofe [Mon, 06 Aug 2007 16:08:01 +0200] rev 24157
Added renaming function to prevent correctness proof for realizer
of induction rule to fail because of name clashes between parameters
and predicate variables.
berghofe [Mon, 06 Aug 2007 16:05:25 +0200] rev 24156
No document for Pretty_Int theory.
haftmann [Mon, 06 Aug 2007 11:45:39 +0200] rev 24155
nbe improved
haftmann [Mon, 06 Aug 2007 11:45:19 +0200] rev 24154
removed
wenzelm [Fri, 03 Aug 2007 22:50:40 +0200] rev 24153
simultaneous use_thys;
wenzelm [Fri, 03 Aug 2007 22:35:40 +0200] rev 24152
reactivated Nominal/Examples/Class.thy;
wenzelm [Fri, 03 Aug 2007 22:33:10 +0200] rev 24151
replaced outdated flag by update_time (multithreading-safe presentation order);
wenzelm [Fri, 03 Aug 2007 22:33:09 +0200] rev 24150
sort indexes according to symbolic update_time (multithreading-safe);
wenzelm [Fri, 03 Aug 2007 22:33:07 +0200] rev 24149
use separate trace flag instead of Output.debug;
wenzelm [Fri, 03 Aug 2007 22:33:03 +0200] rev 24148
named some CRITICAL sections;
wenzelm [Fri, 03 Aug 2007 20:19:41 +0200] rev 24147
misc cleanup of ML bindings (for multihreading);
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.