Tue, 07 Nov 2006 11:28:25 +0100 Adapted to changes in FixedPoint theory.
berghofe [Tue, 07 Nov 2006 11:28:25 +0100] rev 21202
Adapted to changes in FixedPoint theory.
Tue, 07 Nov 2006 09:59:43 +0100 method exported
krauss [Tue, 07 Nov 2006 09:59:43 +0100] rev 21201
method exported
Tue, 07 Nov 2006 09:41:14 +0100 updated NEWS
krauss [Tue, 07 Nov 2006 09:41:14 +0100] rev 21200
updated NEWS
Tue, 07 Nov 2006 09:33:47 +0100 * Added annihilation axioms ("x * 0 = 0") to axclass semiring_0.
krauss [Tue, 07 Nov 2006 09:33:47 +0100] rev 21199
* Added annihilation axioms ("x * 0 = 0") to axclass semiring_0. Richer structures do not inherit from semiring_0 anymore, because anihilation is a theorem there, not an axiom. * Generalized axclass "recpower" to arbitrary monoid, not just commutative semirings.
Tue, 07 Nov 2006 08:03:46 +0100 added gfx
haftmann [Tue, 07 Nov 2006 08:03:46 +0100] rev 21198
added gfx
Mon, 06 Nov 2006 16:29:21 +0100 dropped blastdata.ML
haftmann [Mon, 06 Nov 2006 16:29:21 +0100] rev 21197
dropped blastdata.ML
Mon, 06 Nov 2006 16:28:37 +0100 (adjustions)
haftmann [Mon, 06 Nov 2006 16:28:37 +0100] rev 21196
(adjustions)
Mon, 06 Nov 2006 16:28:36 +0100 two further lemmas on split
haftmann [Mon, 06 Nov 2006 16:28:36 +0100] rev 21195
two further lemmas on split
Mon, 06 Nov 2006 16:28:35 +0100 removed dependency of ord on eq
haftmann [Mon, 06 Nov 2006 16:28:35 +0100] rev 21194
removed dependency of ord on eq
Mon, 06 Nov 2006 16:28:34 +0100 removed itrev as inlining theorem
haftmann [Mon, 06 Nov 2006 16:28:34 +0100] rev 21193
removed itrev as inlining theorem
Mon, 06 Nov 2006 16:28:33 +0100 added state monad to HOL library
haftmann [Mon, 06 Nov 2006 16:28:33 +0100] rev 21192
added state monad to HOL library
Mon, 06 Nov 2006 16:28:31 +0100 code generator module naming improved
haftmann [Mon, 06 Nov 2006 16:28:31 +0100] rev 21191
code generator module naming improved
Mon, 06 Nov 2006 16:28:30 +0100 (continued)
haftmann [Mon, 06 Nov 2006 16:28:30 +0100] rev 21190
(continued)
Mon, 06 Nov 2006 16:28:29 +0100 (continued)
haftmann [Mon, 06 Nov 2006 16:28:29 +0100] rev 21189
(continued)
Mon, 06 Nov 2006 12:04:44 +0100 minor cleanup
krauss [Mon, 06 Nov 2006 12:04:44 +0100] rev 21188
minor cleanup
Sun, 05 Nov 2006 21:44:42 +0100 case_tr: do not intern already internal consts;
wenzelm [Sun, 05 Nov 2006 21:44:42 +0100] rev 21187
case_tr: do not intern already internal consts;
Sun, 05 Nov 2006 21:44:41 +0100 updated;
wenzelm [Sun, 05 Nov 2006 21:44:41 +0100] rev 21186
updated;
Sun, 05 Nov 2006 21:44:40 +0100 removed isactrlconst;
wenzelm [Sun, 05 Nov 2006 21:44:40 +0100] rev 21185
removed isactrlconst;
Sun, 05 Nov 2006 21:44:39 +0100 instantiate: avoid global references;
wenzelm [Sun, 05 Nov 2006 21:44:39 +0100] rev 21184
instantiate: avoid global references;
Sun, 05 Nov 2006 21:44:37 +0100 added const_syntax_name;
wenzelm [Sun, 05 Nov 2006 21:44:37 +0100] rev 21183
added const_syntax_name;
Sun, 05 Nov 2006 21:44:35 +0100 removed obsolete first_duplicate;
wenzelm [Sun, 05 Nov 2006 21:44:35 +0100] rev 21182
removed obsolete first_duplicate;
Sun, 05 Nov 2006 21:44:34 +0100 added syntax_name;
wenzelm [Sun, 05 Nov 2006 21:44:34 +0100] rev 21181
added syntax_name;
Sun, 05 Nov 2006 21:44:33 +0100 fixed print_translation for ALL/EX and <, <=, etc.; tuned syntax names;
wenzelm [Sun, 05 Nov 2006 21:44:33 +0100] rev 21180
fixed print_translation for ALL/EX and <, <=, etc.; tuned syntax names;
Sun, 05 Nov 2006 21:44:32 +0100 Sign.const_syntax_name;
wenzelm [Sun, 05 Nov 2006 21:44:32 +0100] rev 21179
Sign.const_syntax_name;
Sun, 05 Nov 2006 09:36:25 +0100 added gfx
haftmann [Sun, 05 Nov 2006 09:36:25 +0100] rev 21178
added gfx
Sat, 04 Nov 2006 19:25:43 +0100 removed checkpoint interface;
wenzelm [Sat, 04 Nov 2006 19:25:43 +0100] rev 21177
removed checkpoint interface; moved back to copy/checkpoint instead of checkpoint/checkpoint (NB 1: checkpoint is idempotent, i.e. impure data is being shared, which is inappropriate; NB 2: copying a checkpoint always produces a related theory); present_proof: proper treatment of history; tuned;
Sat, 04 Nov 2006 19:25:43 +0100 String.compare: slow version -- performance test;
wenzelm [Sat, 04 Nov 2006 19:25:43 +0100] rev 21176
String.compare: slow version -- performance test;
Sat, 04 Nov 2006 19:25:41 +0100 replaced apply_copy by apply';
wenzelm [Sat, 04 Nov 2006 19:25:41 +0100] rev 21175
replaced apply_copy by apply'; tuned;
Sat, 04 Nov 2006 19:25:41 +0100 removed is_Trueprop (use can dest_Trueprop'' instead);
wenzelm [Sat, 04 Nov 2006 19:25:41 +0100] rev 21174
removed is_Trueprop (use can dest_Trueprop'' instead);
Sat, 04 Nov 2006 19:25:40 +0100 removed is_Trueprop (use can dest_Trueprop'' instead);
wenzelm [Sat, 04 Nov 2006 19:25:40 +0100] rev 21173
removed is_Trueprop (use can dest_Trueprop'' instead); tuned list_all;
Sat, 04 Nov 2006 19:25:39 +0100 updated;
wenzelm [Sat, 04 Nov 2006 19:25:39 +0100] rev 21172
updated;
Sat, 04 Nov 2006 19:25:38 +0100 HOL_USEDIR_OPTIONS: -p 1 by default;
wenzelm [Sat, 04 Nov 2006 19:25:38 +0100] rev 21171
HOL_USEDIR_OPTIONS: -p 1 by default;
Sat, 04 Nov 2006 19:25:36 +0100 tuned;
wenzelm [Sat, 04 Nov 2006 19:25:36 +0100] rev 21170
tuned;
Sat, 04 Nov 2006 19:25:34 +0100 * October 2006: Stefan Hohe, TUM;
wenzelm [Sat, 04 Nov 2006 19:25:34 +0100] rev 21169
* October 2006: Stefan Hohe, TUM;
Sat, 04 Nov 2006 13:19:04 +0100 replaced Toplevel.proof_to_theory by Toplevel.end_proof;
wenzelm [Sat, 04 Nov 2006 13:19:04 +0100] rev 21168
replaced Toplevel.proof_to_theory by Toplevel.end_proof;
Sat, 04 Nov 2006 12:53:35 +0100 optional argument for timespan (default 100);
wenzelm [Sat, 04 Nov 2006 12:53:35 +0100] rev 21167
optional argument for timespan (default 100);
Sat, 04 Nov 2006 12:46:40 +0100 added at-mac-poly-e, at64-poly-e;
wenzelm [Sat, 04 Nov 2006 12:46:40 +0100] rev 21166
added at-mac-poly-e, at64-poly-e;
Sat, 04 Nov 2006 00:12:06 +0100 moved DERIV stuff from Lim.thy to new Deriv.thy; cleaned up LIMSEQ_SEQ proofs
huffman [Sat, 04 Nov 2006 00:12:06 +0100] rev 21165
moved DERIV stuff from Lim.thy to new Deriv.thy; cleaned up LIMSEQ_SEQ proofs
Sat, 04 Nov 2006 00:11:11 +0100 new Deriv.thy contains stuff from Lim.thy
huffman [Sat, 04 Nov 2006 00:11:11 +0100] rev 21164
new Deriv.thy contains stuff from Lim.thy
Fri, 03 Nov 2006 15:28:13 +0100 re-added simpdata.ML
haftmann [Fri, 03 Nov 2006 15:28:13 +0100] rev 21163
re-added simpdata.ML
Fri, 03 Nov 2006 14:22:48 +0100 new ML serializer
haftmann [Fri, 03 Nov 2006 14:22:48 +0100] rev 21162
new ML serializer
Fri, 03 Nov 2006 14:22:47 +0100 fixed problem with eta-expansion
haftmann [Fri, 03 Nov 2006 14:22:47 +0100] rev 21161
fixed problem with eta-expansion
Fri, 03 Nov 2006 14:22:46 +0100 tuned
haftmann [Fri, 03 Nov 2006 14:22:46 +0100] rev 21160
tuned
Fri, 03 Nov 2006 14:22:45 +0100 fixed problem with variable names
haftmann [Fri, 03 Nov 2006 14:22:45 +0100] rev 21159
fixed problem with variable names
Fri, 03 Nov 2006 14:22:44 +0100 tightened notion of function equations
haftmann [Fri, 03 Nov 2006 14:22:44 +0100] rev 21158
tightened notion of function equations
Fri, 03 Nov 2006 14:22:43 +0100 dropped name_mangler.ML
haftmann [Fri, 03 Nov 2006 14:22:43 +0100] rev 21157
dropped name_mangler.ML
Fri, 03 Nov 2006 14:22:42 +0100 some example tweaking
haftmann [Fri, 03 Nov 2006 14:22:42 +0100] rev 21156
some example tweaking
Fri, 03 Nov 2006 14:22:41 +0100 added particular test for partially applied case constants
haftmann [Fri, 03 Nov 2006 14:22:41 +0100] rev 21155
added particular test for partially applied case constants
Fri, 03 Nov 2006 14:22:40 +0100 improved evaluation setup
haftmann [Fri, 03 Nov 2006 14:22:40 +0100] rev 21154
improved evaluation setup
Fri, 03 Nov 2006 14:22:39 +0100 adapted to changes in codegen_data.ML
haftmann [Fri, 03 Nov 2006 14:22:39 +0100] rev 21153
adapted to changes in codegen_data.ML
Fri, 03 Nov 2006 14:22:38 +0100 added code gen II
haftmann [Fri, 03 Nov 2006 14:22:38 +0100] rev 21152
added code gen II
Fri, 03 Nov 2006 14:22:37 +0100 simplified reasoning tools setup
haftmann [Fri, 03 Nov 2006 14:22:37 +0100] rev 21151
simplified reasoning tools setup
Fri, 03 Nov 2006 14:22:36 +0100 dropped prop_cs
haftmann [Fri, 03 Nov 2006 14:22:36 +0100] rev 21150
dropped prop_cs
Fri, 03 Nov 2006 14:22:35 +0100 dropped equals_conv for nbe
haftmann [Fri, 03 Nov 2006 14:22:35 +0100] rev 21149
dropped equals_conv for nbe
Fri, 03 Nov 2006 14:22:34 +0100 first version of style guide
haftmann [Fri, 03 Nov 2006 14:22:34 +0100] rev 21148
first version of style guide
Fri, 03 Nov 2006 14:22:33 +0100 continued tutorial
haftmann [Fri, 03 Nov 2006 14:22:33 +0100] rev 21147
continued tutorial
Fri, 03 Nov 2006 14:22:31 +0100 added serialization keywords
haftmann [Fri, 03 Nov 2006 14:22:31 +0100] rev 21146
added serialization keywords
Thu, 02 Nov 2006 14:27:18 +0100 bugfix to zipto: left and right were wrong way around.
dixon [Thu, 02 Nov 2006 14:27:18 +0100] rev 21145
bugfix to zipto: left and right were wrong way around.
Thu, 02 Nov 2006 13:35:09 +0100 added sum_squared
nipkow [Thu, 02 Nov 2006 13:35:09 +0100] rev 21144
added sum_squared
Wed, 01 Nov 2006 19:07:37 +0100 changed a misplaced "also" to a "moreover" (caused a loop somehow)
urbanc [Wed, 01 Nov 2006 19:07:37 +0100] rev 21143
changed a misplaced "also" to a "moreover" (caused a loop somehow)
Wed, 01 Nov 2006 19:03:30 +0100 changed to not compile Iteration and Recursion, but Lam_Funs instead
urbanc [Wed, 01 Nov 2006 19:03:30 +0100] rev 21142
changed to not compile Iteration and Recursion, but Lam_Funs instead
Wed, 01 Nov 2006 17:57:02 +0100 move DERIV_sumr from Series.thy to Lim.thy
huffman [Wed, 01 Nov 2006 17:57:02 +0100] rev 21141
move DERIV_sumr from Series.thy to Lim.thy
Wed, 01 Nov 2006 17:14:16 +0100 generalize type of lemma isCont_Id
huffman [Wed, 01 Nov 2006 17:14:16 +0100] rev 21140
generalize type of lemma isCont_Id
Wed, 01 Nov 2006 16:48:58 +0100 new proof of Bseq_NSbseq using transfer
huffman [Wed, 01 Nov 2006 16:48:58 +0100] rev 21139
new proof of Bseq_NSbseq using transfer
Wed, 01 Nov 2006 16:11:31 +0100 changed to use Lam_Funs
urbanc [Wed, 01 Nov 2006 16:11:31 +0100] rev 21138
changed to use Lam_Funs
Wed, 01 Nov 2006 15:51:11 +0100 clauses for iff-introduction, unfortunately useless
paulson [Wed, 01 Nov 2006 15:51:11 +0100] rev 21137
clauses for iff-introduction, unfortunately useless
Wed, 01 Nov 2006 15:50:19 +0100 tuned
urbanc [Wed, 01 Nov 2006 15:50:19 +0100] rev 21136
tuned
Wed, 01 Nov 2006 15:49:43 +0100 Numerous cosmetic changes.
paulson [Wed, 01 Nov 2006 15:49:43 +0100] rev 21135
Numerous cosmetic changes. Use of ---> notation for types. Added rules for the introduction of the iff connective, but they are too prolific to be useful.
Wed, 01 Nov 2006 15:45:44 +0100 not needed anymore
urbanc [Wed, 01 Nov 2006 15:45:44 +0100] rev 21134
not needed anymore
Wed, 01 Nov 2006 15:44:31 +0100 these files are superseded by the internal recursion combinator and the file Lam_Funs.thy
urbanc [Wed, 01 Nov 2006 15:44:31 +0100] rev 21133
these files are superseded by the internal recursion combinator and the file Lam_Funs.thy
Wed, 01 Nov 2006 15:39:20 +0100 More blacklisting
paulson [Wed, 01 Nov 2006 15:39:20 +0100] rev 21132
More blacklisting CASC mode now always on, due to switch to Vampire 8.1 (i.e. the 2006 version) Now runs ATPs unless time_limit = 0.
Wed, 01 Nov 2006 08:46:54 +0100 added lexicographic_order tactic
bulwahn [Wed, 01 Nov 2006 08:46:54 +0100] rev 21131
added lexicographic_order tactic
Tue, 31 Oct 2006 14:59:27 +0100 new SML serializer
haftmann [Tue, 31 Oct 2006 14:59:27 +0100] rev 21130
new SML serializer
Tue, 31 Oct 2006 14:59:26 +0100 clarified make_term interface
haftmann [Tue, 31 Oct 2006 14:59:26 +0100] rev 21129
clarified make_term interface
Tue, 31 Oct 2006 14:58:23 +0100 introduced CodegenData.add_func_legacy
haftmann [Tue, 31 Oct 2006 14:58:23 +0100] rev 21128
introduced CodegenData.add_func_legacy
Tue, 31 Oct 2006 14:58:16 +0100 cleaned up
haftmann [Tue, 31 Oct 2006 14:58:16 +0100] rev 21127
cleaned up
Tue, 31 Oct 2006 14:58:14 +0100 adapted seralizer syntax
haftmann [Tue, 31 Oct 2006 14:58:14 +0100] rev 21126
adapted seralizer syntax
Tue, 31 Oct 2006 14:58:12 +0100 adapted to new serializer syntax
haftmann [Tue, 31 Oct 2006 14:58:12 +0100] rev 21125
adapted to new serializer syntax
Tue, 31 Oct 2006 09:29:18 +0100 constructing proof
haftmann [Tue, 31 Oct 2006 09:29:18 +0100] rev 21124
constructing proof
Tue, 31 Oct 2006 09:29:17 +0100 dropped constructiv `->
haftmann [Tue, 31 Oct 2006 09:29:17 +0100] rev 21123
dropped constructiv `->
Tue, 31 Oct 2006 09:29:16 +0100 new serialization syntax; experimental extensions
haftmann [Tue, 31 Oct 2006 09:29:16 +0100] rev 21122
new serialization syntax; experimental extensions
Tue, 31 Oct 2006 09:29:14 +0100 refined
haftmann [Tue, 31 Oct 2006 09:29:14 +0100] rev 21121
refined
Tue, 31 Oct 2006 09:29:13 +0100 refined algorithm
haftmann [Tue, 31 Oct 2006 09:29:13 +0100] rev 21120
refined algorithm
Tue, 31 Oct 2006 09:29:12 +0100 simplified preprocessor framework
haftmann [Tue, 31 Oct 2006 09:29:12 +0100] rev 21119
simplified preprocessor framework
Tue, 31 Oct 2006 09:29:11 +0100 cleanup
haftmann [Tue, 31 Oct 2006 09:29:11 +0100] rev 21118
cleanup
Tue, 31 Oct 2006 09:29:08 +0100 *** empty log message ***
haftmann [Tue, 31 Oct 2006 09:29:08 +0100] rev 21117
*** empty log message ***
Tue, 31 Oct 2006 09:29:06 +0100 fixed type signature of Type.varify
haftmann [Tue, 31 Oct 2006 09:29:06 +0100] rev 21116
fixed type signature of Type.varify
Tue, 31 Oct 2006 09:29:01 +0100 dropped junk
haftmann [Tue, 31 Oct 2006 09:29:01 +0100] rev 21115
dropped junk
Tue, 31 Oct 2006 09:28:57 +0100 disabled some code generation (an intermeidate solution)
haftmann [Tue, 31 Oct 2006 09:28:57 +0100] rev 21114
disabled some code generation (an intermeidate solution)
Tue, 31 Oct 2006 09:28:56 +0100 adapted to new serializer syntax
haftmann [Tue, 31 Oct 2006 09:28:56 +0100] rev 21113
adapted to new serializer syntax
Tue, 31 Oct 2006 09:28:55 +0100 added Equals_conv
haftmann [Tue, 31 Oct 2006 09:28:55 +0100] rev 21112
added Equals_conv
Tue, 31 Oct 2006 09:28:54 +0100 cleaned up
haftmann [Tue, 31 Oct 2006 09:28:54 +0100] rev 21111
cleaned up
Tue, 31 Oct 2006 09:28:53 +0100 adaptions to changes in preprocessor
haftmann [Tue, 31 Oct 2006 09:28:53 +0100] rev 21110
adaptions to changes in preprocessor
Tue, 31 Oct 2006 09:28:52 +0100 dropped nth_update
haftmann [Tue, 31 Oct 2006 09:28:52 +0100] rev 21109
dropped nth_update
Mon, 30 Oct 2006 16:42:46 +0100 Purely cosmetic
paulson [Mon, 30 Oct 2006 16:42:46 +0100] rev 21108
Purely cosmetic
Mon, 30 Oct 2006 13:07:51 +0100 new file for defining functions in the lambda-calculus
urbanc [Mon, 30 Oct 2006 13:07:51 +0100] rev 21107
new file for defining functions in the lambda-calculus
Thu, 26 Oct 2006 16:08:40 +0200 Added "recdef_wf" and "simp" attribute to "wf_measures"
krauss [Thu, 26 Oct 2006 16:08:40 +0200] rev 21106
Added "recdef_wf" and "simp" attribute to "wf_measures"
Thu, 26 Oct 2006 15:46:39 +0200 Removed debugging output
krauss [Thu, 26 Oct 2006 15:46:39 +0200] rev 21105
Removed debugging output
Thu, 26 Oct 2006 15:16:31 +0200 removed free "x" from termination goal...
krauss [Thu, 26 Oct 2006 15:16:31 +0200] rev 21104
removed free "x" from termination goal...
Thu, 26 Oct 2006 15:12:03 +0200 Added "measures" combinator for lexicographic combinations of multiple measures.
krauss [Thu, 26 Oct 2006 15:12:03 +0200] rev 21103
Added "measures" combinator for lexicographic combinations of multiple measures.
Thu, 26 Oct 2006 10:48:35 +0200 Conversion to clause form now tolerates Boolean variables without looping.
paulson [Thu, 26 Oct 2006 10:48:35 +0200] rev 21102
Conversion to clause form now tolerates Boolean variables without looping. Attribute "clausify" moved to res_axioms; rest of reconstruction.ML deleted
Tue, 24 Oct 2006 12:02:53 +0200 adapted to Stefan's new inductive package
urbanc [Tue, 24 Oct 2006 12:02:53 +0200] rev 21101
adapted to Stefan's new inductive package
Mon, 23 Oct 2006 17:46:11 +0200 Fixed bug in the handling of congruence rules
krauss [Mon, 23 Oct 2006 17:46:11 +0200] rev 21100
Fixed bug in the handling of congruence rules
Mon, 23 Oct 2006 16:56:35 +0200 (added entry)
haftmann [Mon, 23 Oct 2006 16:56:35 +0200] rev 21099
(added entry)
Mon, 23 Oct 2006 16:49:21 +0200 switched merge_alists'' to AList.merge'' whenever appropriate
haftmann [Mon, 23 Oct 2006 16:49:21 +0200] rev 21098
switched merge_alists'' to AList.merge'' whenever appropriate
Mon, 23 Oct 2006 11:18:50 +0200 new single-step proofs
paulson [Mon, 23 Oct 2006 11:18:50 +0200] rev 21097
new single-step proofs
Mon, 23 Oct 2006 11:18:25 +0200 meson method MUST NOT use all safe rules, only basic ones for the logical connectives.
paulson [Mon, 23 Oct 2006 11:18:25 +0200] rev 21096
meson method MUST NOT use all safe rules, only basic ones for the logical connectives.
Mon, 23 Oct 2006 11:17:29 +0200 Improved tracing
paulson [Mon, 23 Oct 2006 11:17:29 +0200] rev 21095
Improved tracing
Mon, 23 Oct 2006 11:17:24 +0200 fixed two bugs
haftmann [Mon, 23 Oct 2006 11:17:24 +0200] rev 21094
fixed two bugs
Mon, 23 Oct 2006 11:05:33 +0200 bugfixes
haftmann [Mon, 23 Oct 2006 11:05:33 +0200] rev 21093
bugfixes
Mon, 23 Oct 2006 11:05:08 +0200 added example with split
haftmann [Mon, 23 Oct 2006 11:05:08 +0200] rev 21092
added example with split
Mon, 23 Oct 2006 11:05:07 +0200 cleanup in ML setup code
haftmann [Mon, 23 Oct 2006 11:05:07 +0200] rev 21091
cleanup in ML setup code
Mon, 23 Oct 2006 11:05:06 +0200 added option of Haskell serializer
haftmann [Mon, 23 Oct 2006 11:05:06 +0200] rev 21090
added option of Haskell serializer
Mon, 23 Oct 2006 11:05:05 +0200 continued
haftmann [Mon, 23 Oct 2006 11:05:05 +0200] rev 21089
continued
Mon, 23 Oct 2006 00:52:15 +0200 Added freshness context to FCBs.
berghofe [Mon, 23 Oct 2006 00:52:15 +0200] rev 21088
Added freshness context to FCBs.
Mon, 23 Oct 2006 00:51:16 +0200 Adapted to changes in FCBs.
berghofe [Mon, 23 Oct 2006 00:51:16 +0200] rev 21087
Adapted to changes in FCBs.
Mon, 23 Oct 2006 00:48:45 +0200 Added Compile and Height examples.
berghofe [Mon, 23 Oct 2006 00:48:45 +0200] rev 21086
Added Compile and Height examples.
Mon, 23 Oct 2006 00:47:25 +0200 Added Compile and Height examples to Nominal directory.
berghofe [Mon, 23 Oct 2006 00:47:25 +0200] rev 21085
Added Compile and Height examples to Nominal directory.
Fri, 20 Oct 2006 18:22:24 +0200 removed antisym_setup.ML
haftmann [Fri, 20 Oct 2006 18:22:24 +0200] rev 21084
removed antisym_setup.ML
Fri, 20 Oct 2006 18:20:22 +0200 cleaned up
haftmann [Fri, 20 Oct 2006 18:20:22 +0200] rev 21083
cleaned up
(0) -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip