Fri, 09 Sep 1994 11:57:49 +0200 lcp Per cent (%) now functions as comment character in tt
Fri, 09 Sep 1994 11:52:38 +0200 lcp Added mention of directory IMP; tidied the section on examples.
Fri, 09 Sep 1994 11:45:44 +0200 lcp Logics/HOL: Section 3, added Pow and its rule. New sections 6 on the
Fri, 09 Sep 1994 11:40:40 +0200 lcp ZF/Zorn/next_bounded: deleted this proof, which was already in comments
Thu, 08 Sep 1994 13:17:57 +0200 lcp documentation on theories
Thu, 08 Sep 1994 12:55:50 +0200 lcp ZF/add_ind_def/add_fp_def_i: now prints the fixedpoint defs at the terminal
Thu, 08 Sep 1994 11:05:06 +0200 lcp {HOL,ZF}/indrule/quant_induct: replaced ssubst in eresolve_tac by
Wed, 07 Sep 1994 17:28:53 +0200 lcp addition of ZF/ex/twos_compl.thy
Wed, 07 Sep 1994 13:04:28 +0200 clasohm moved from Contrib
Wed, 07 Sep 1994 10:43:30 +0200 clasohm renamed temporary variable 'base' to 'thy' in mk_structure
Tue, 06 Sep 1994 14:44:10 +0200 clasohm renamed base_on into mk_base and moved it to the beginning of the generated
Tue, 06 Sep 1994 13:46:53 +0200 lcp Pure/type/unvarifyT: moved there from logic.ML
Tue, 06 Sep 1994 13:28:56 +0200 lcp documentation of theory sections (co)inductive and (co)datatype
Tue, 06 Sep 1994 13:10:38 +0200 wenzelm minor internal changes;
Tue, 06 Sep 1994 13:09:58 +0200 wenzelm added ext_tsig_types;
Tue, 06 Sep 1994 11:02:16 +0200 lcp removal of needless quotes
Wed, 31 Aug 1994 17:34:12 +0200 nipkow Updated datatype documentation with a few hints
Thu, 25 Aug 1994 12:21:00 +0200 lcp new file of useful things for writing theory sections
Thu, 25 Aug 1994 12:09:21 +0200 lcp ZF/Inductive.thy,.ML: renamed from "inductive" to allow re-building without
Thu, 25 Aug 1994 10:41:17 +0200 lcp print_sign_exn: now exported, with a polymorphic type
Wed, 24 Aug 1994 15:48:47 +0200 lcp ZF/ex/LList/lconst_type: streamlined proof
Tue, 23 Aug 1994 19:34:01 +0200 wenzelm added print_syntax: theory -> unit;
Tue, 23 Aug 1994 19:33:33 +0200 wenzelm read_def_cterm: minor changes;
Tue, 23 Aug 1994 19:31:05 +0200 wenzelm removed constant _constrain from Pure sig;
Mon, 22 Aug 1994 11:27:23 +0200 lcp ZF/upair/consE', UnE': new
Mon, 22 Aug 1994 11:11:17 +0200 lcp ZF/Cardinal: some results moved here from CardinalArith
Mon, 22 Aug 1994 11:07:40 +0200 lcp Pure/Thy/thy_parse/THY_PARSE: deleted duplicate specifications of parens,
Mon, 22 Aug 1994 11:03:52 +0200 lcp HOLCF/Lift1.thy: now imports Sum
Fri, 19 Aug 1994 16:13:53 +0200 wenzelm replaced Lexicon.scan_id by Scanner.scan_id;
Fri, 19 Aug 1994 16:12:23 +0200 wenzelm replaced add_defns_i by add_defs_i;
Fri, 19 Aug 1994 16:09:27 +0200 wenzelm replaced sextension.ML by syn_trans.ML;
Fri, 19 Aug 1994 15:42:13 +0200 wenzelm slightly changed args of infer_types;
Fri, 19 Aug 1994 15:41:39 +0200 wenzelm added inferT_axm;
Fri, 19 Aug 1994 15:41:00 +0200 wenzelm replaced mapst by map;
Fri, 19 Aug 1994 15:40:44 +0200 wenzelm added pretty_sg;
Fri, 19 Aug 1994 15:40:10 +0200 wenzelm added add_defs, add_defs_i;
Fri, 19 Aug 1994 15:39:52 +0200 wenzelm cleaned sig;
Fri, 19 Aug 1994 15:39:19 +0200 wenzelm added theory_of_sign, theory_of_thm;
Fri, 19 Aug 1994 15:38:50 +0200 wenzelm renamed 'defns' to 'defs';
Fri, 19 Aug 1994 15:38:18 +0200 wenzelm added raw_term_sorts and changed typ_of_term accordingly (part of fix
Fri, 19 Aug 1994 15:37:46 +0200 wenzelm added type xrule (from sextension.ML);
Fri, 19 Aug 1994 15:37:24 +0200 wenzelm removed idT, varT, tidT, tvarT (now in lexicon.ML);
Fri, 19 Aug 1994 15:37:05 +0200 wenzelm various minor internal changes;
Fri, 19 Aug 1994 15:36:45 +0200 wenzelm added map_strs: (string -> string) -> T -> T;
Fri, 19 Aug 1994 15:36:23 +0200 wenzelm removed roots arg of extend_gram;
Fri, 19 Aug 1994 15:35:56 +0200 wenzelm minor cleanings;
Fri, 19 Aug 1994 15:35:38 +0200 wenzelm replaced id, var, tid, tvar by idT, varT, tidT, tvarT;
Fri, 19 Aug 1994 15:34:58 +0200 wenzelm replaced SExtension by SynTrans (mixfix stuff in Mixfix);
Fri, 19 Aug 1994 15:34:28 +0200 wenzelm added this file;
Fri, 19 Aug 1994 10:57:40 +0200 lcp deleted obsolete references to ISABELLEMAKE
Thu, 18 Aug 1994 17:56:07 +0200 lcp /unvarifyT, unvarify: moved to Pure/logic.ML
Thu, 18 Aug 1994 17:53:28 +0200 lcp Pure/goals.ML: prove_goalw_cterm now does its own exception-handling, moved
Thu, 18 Aug 1994 17:50:22 +0200 lcp Pure/library/assert_all: new, moved from ZF/ind_syntax.ML
Thu, 18 Aug 1994 17:41:40 +0200 lcp ZF/ind_syntax/unvarifyT, unvarify: moved to Pure/logic.ML
Thu, 18 Aug 1994 12:56:57 +0200 lcp HOLCF/Lift1.thy: updated for new sum_case by using "case" syntax
Wed, 17 Aug 1994 10:42:41 +0200 lcp overheads for inductive definitions, originally for CADE-12
Wed, 17 Aug 1994 10:38:37 +0200 lcp ZF/ex/ROOT: added .ML to use command use "ex/twos_compl"
Wed, 17 Aug 1994 10:34:44 +0200 lcp ZF/ex/Ntree: two new examples, maptree and maptree2
Wed, 17 Aug 1994 10:33:23 +0200 lcp ZF/func/fun_extend3: new
Wed, 17 Aug 1994 10:31:35 +0200 lcp ZF/Univ/Sigma_subset_univ, Transset_Pair_subset_univ: deleted
(0) -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip