wenzelm [Thu, 09 Jun 2005 12:03:29 +0200] rev 16342
added structure Inttab;
tuned comments;
wenzelm [Thu, 09 Jun 2005 12:03:28 +0200] rev 16341
added type NameSpace.table with basic operations;
wenzelm [Thu, 09 Jun 2005 12:03:27 +0200] rev 16340
renamed cert_typ_raw to cert_typ_abbrev;
renamed add_abbrs to add_abbrevs;
tuned;
wenzelm [Thu, 09 Jun 2005 12:03:26 +0200] rev 16339
axioms and oracles: NameSpace.table;
added axioms_of, all_axioms_of;
wenzelm [Thu, 09 Jun 2005 12:03:25 +0200] rev 16338
map_typ and map_term no longer global;
wenzelm [Thu, 09 Jun 2005 12:03:24 +0200] rev 16337
Major cleanup:
got rid of types bclass, xclass, xsort, xtyp, xterm;
reorganized code to separate stamps/data/sign;
clarified name space inter/extern operations;
sane read/certify operations -- more picky about stale signatures;
sane implementation of signature extensions;
wenzelm [Thu, 09 Jun 2005 12:03:23 +0200] rev 16336
thms_of no longer global;
added all_thms_of;
theorems: NameSpace.table;
wenzelm [Thu, 09 Jun 2005 12:03:22 +0200] rev 16335
NameSpace.extern_table;
wenzelm [Thu, 09 Jun 2005 12:03:21 +0200] rev 16334
print_theory: omit name spaces; NameSpace.extern_table;
wenzelm [Thu, 09 Jun 2005 12:03:20 +0200] rev 16333
got rid of bclass, xclass;
wenzelm [Thu, 09 Jun 2005 12:03:19 +0200] rev 16332
add_axioms_infer -- avoids use of stale theory;
wenzelm [Thu, 09 Jun 2005 12:03:18 +0200] rev 16331
Theory.all_axioms_of;
wenzelm [Thu, 09 Jun 2005 12:03:17 +0200] rev 16330
Sign.read_typ_abbrev;
haftmann [Thu, 09 Jun 2005 11:07:37 +0200] rev 16329
added chmod for packages
haftmann [Thu, 09 Jun 2005 11:04:54 +0200] rev 16328
added CONTRIBUTORS
haftmann [Thu, 09 Jun 2005 11:04:02 +0200] rev 16327
a very little cleanup
huffman [Wed, 08 Jun 2005 23:43:19 +0200] rev 16326
make up_eq and up_less into simp rules
ballarin [Wed, 08 Jun 2005 16:11:09 +0200] rev 16325
Fixed "axiom" generation for mixed locales with and without predicates.
haftmann [Wed, 08 Jun 2005 15:14:09 +0200] rev 16324
added some notes
haftmann [Wed, 08 Jun 2005 14:54:39 +0200] rev 16323
added file acces rights handling
huffman [Wed, 08 Jun 2005 02:28:28 +0200] rev 16322
fix usage of inverts lemma, which has fewer premises now
huffman [Wed, 08 Jun 2005 02:27:19 +0200] rev 16321
faster proofs of inverts and injects lemmas, with fewer strictness hypotheses
huffman [Wed, 08 Jun 2005 01:41:20 +0200] rev 16320
fixed renamed lemma
huffman [Wed, 08 Jun 2005 01:40:39 +0200] rev 16319
major cleanup: rewrote cpo proofs, removed obsolete lemmas, renamed some lemmas
huffman [Wed, 08 Jun 2005 00:59:46 +0200] rev 16318
added theorems is_ub_range_shift and is_lub_range_shift
huffman [Wed, 08 Jun 2005 00:18:26 +0200] rev 16317
added theorems less_sprod, spair_less, spair_eq, spair_inject
huffman [Wed, 08 Jun 2005 00:16:28 +0200] rev 16316
renamed theorems less_ssum4a,b,c,d to more meaningful names
huffman [Wed, 08 Jun 2005 00:07:46 +0200] rev 16315
added theorem less_cprod
huffman [Wed, 08 Jun 2005 00:04:38 +0200] rev 16314
added theorem injection_less
obua [Tue, 07 Jun 2005 20:04:41 +0200] rev 16313
A flag DEFS_CHAIN_HISTORY can be used to improve the error message
in case a cycle has been detected. If it is switched off and a cycle has been
detected, the user is notified that there is such a flag.