Sat, 27 Feb 2010 18:31:52 -0800 huffman register match functions from domain_constructors.ML
Sat, 27 Feb 2010 18:09:11 -0800 huffman move definition of match combinators to domain_constructors.ML
Sat, 27 Feb 2010 16:34:13 -0800 huffman move proofs of dis_rews to domain_constructors.ML; change dis_defins to iff-style
Sat, 27 Feb 2010 15:32:42 -0800 huffman move definition of discriminators to domain_constructors.ML
Sat, 27 Feb 2010 14:04:46 -0800 huffman move proofs of when_rews intro domain_constructors.ML
Sat, 27 Feb 2010 10:12:47 -0800 huffman moved proofs of dist_les and dist_eqs to domain_constructors.ML
Sat, 27 Feb 2010 08:30:11 -0800 huffman move proofs of casedist into domain_constructors.ML
Fri, 26 Feb 2010 10:54:52 -0800 huffman move proofs of injects and inverts to domain_constructors.ML
Fri, 26 Feb 2010 10:11:37 -0800 huffman reuse vars_of function
Fri, 26 Feb 2010 10:06:24 -0800 huffman remove unnecessary stuff from argument to add_constructors function
Fri, 26 Feb 2010 09:55:56 -0800 huffman reorder sections
Fri, 26 Feb 2010 09:47:37 -0800 huffman move proof of con_rews into domain_constructor.ML
Fri, 26 Feb 2010 09:13:29 -0800 huffman don't bother returning con_defs
Fri, 26 Feb 2010 09:10:50 -0800 huffman move constructor-specific stuff to a separate function
Fri, 26 Feb 2010 08:49:59 -0800 huffman replace prove_thm function
Fri, 26 Feb 2010 08:37:03 -0800 huffman move proof of compactness rules into domain_constructors.ML
Fri, 26 Feb 2010 07:17:29 -0800 huffman add some convenience functions
Thu, 25 Feb 2010 13:16:28 -0800 huffman rewrite domain package code for selector functions
Wed, 24 Feb 2010 17:37:59 -0800 huffman add function beta_of_def
Wed, 24 Feb 2010 16:15:03 -0800 huffman reorganizing domain package code (in progress)
Wed, 24 Feb 2010 14:20:07 -0800 huffman change domain package's treatment of variable names in theorems to be like datatype package
Wed, 24 Feb 2010 14:13:15 -0800 huffman remove redundant lemma real_minus_half_eq
Wed, 24 Feb 2010 10:36:17 -0800 huffman polished and converted some proofs to Isar style
Tue, 02 Mar 2010 12:26:50 +0100 krauss killed more recdefs
Mon, 01 Mar 2010 18:49:55 +0100 krauss tuned comment
Tue, 02 Mar 2010 09:05:50 +0100 haftmann repaired subscripts broken in d8d7d1b785af
Tue, 02 Mar 2010 08:28:06 +0100 haftmann repaired definition (cf. d8d7d1b785af)
Mon, 01 Mar 2010 17:45:19 +0100 wenzelm tuned final whitespace;
Mon, 01 Mar 2010 17:45:02 +0100 wenzelm repaired 'definition' (cf. d8d7d1b785af);
Mon, 01 Mar 2010 17:14:39 +0100 wenzelm merged
Mon, 01 Mar 2010 17:12:43 +0100 wenzelm updated generated files;
Mon, 01 Mar 2010 17:09:42 +0100 wenzelm added type_notation command;
Mon, 01 Mar 2010 17:07:36 +0100 wenzelm more uniform treatment of syntax for types vs. consts;
Mon, 01 Mar 2010 17:05:57 +0100 krauss more recdef (and old primrec) hunting
Mon, 01 Mar 2010 16:42:45 +0100 krauss killed recdefs in HOL-Auth
Mon, 01 Mar 2010 13:42:31 +0100 haftmann merged
Mon, 01 Mar 2010 13:40:23 +0100 haftmann replaced a couple of constsdefs by definitions (also some old primrecs by modern ones)
Mon, 01 Mar 2010 12:30:55 +0100 Cezary Kaliszyk export add_quotient_type.
Mon, 01 Mar 2010 09:47:44 +0100 bulwahn made smlnj happy
Sun, 28 Feb 2010 23:51:31 +0100 wenzelm more antiquotations;
Sun, 28 Feb 2010 22:30:51 +0100 wenzelm more antiquotations;
Sat, 27 Feb 2010 23:13:01 +0100 wenzelm modernized structure Term_Ord;
Sat, 27 Feb 2010 22:52:25 +0100 wenzelm use existing Typ_Graph;
Sat, 27 Feb 2010 22:52:06 +0100 wenzelm further standard instances of functor Graph;
Sat, 27 Feb 2010 22:41:22 +0100 wenzelm code simplification by inlining;
Sat, 27 Feb 2010 21:56:55 +0100 wenzelm just one copy of structure Term_Graph (in Pure);
Sat, 27 Feb 2010 21:56:05 +0100 wenzelm modernized structure Int_Graph;
Sat, 27 Feb 2010 20:57:08 +0100 wenzelm clarified @{const_name} vs. @{const_abbrev};
Sat, 27 Feb 2010 20:56:03 +0100 wenzelm clarified @{const_name} (only logical consts) vs. @{const_abbrev};
Sat, 27 Feb 2010 20:55:18 +0100 wenzelm type/const name: explicitly allow abbreviations as well;
Sat, 27 Feb 2010 20:51:51 +0100 wenzelm clarified ProofContext.read_const(_proper)/Args.const(_proper) wrt. strict logical consts;
Sat, 27 Feb 2010 13:55:03 +0100 wenzelm added at-poly-test, which is intended for performance tests of Poly/ML itself;
Sat, 27 Feb 2010 13:32:55 +0100 wenzelm more precise syntax antiquotations;
Sat, 27 Feb 2010 13:32:38 +0100 wenzelm ML antiquotations for type classes;
Sat, 27 Feb 2010 13:32:18 +0100 wenzelm read_class: perform actual read, with source position;
Sat, 27 Feb 2010 13:32:05 +0100 wenzelm parallel brute-force disambiguation;
Sat, 27 Feb 2010 13:31:55 +0100 wenzelm degrade gracefully in CRITICAL section;
Fri, 26 Feb 2010 23:08:45 +0100 wenzelm gen_dest_case: recovered @{const_name} from c8a6fae0ad0c, because of separate Syntax.mark_const in case_tr' -- avoid extra syntax markers in output;
Fri, 26 Feb 2010 23:07:27 +0100 wenzelm tuned;
Fri, 26 Feb 2010 23:05:47 +0100 wenzelm use simplified Syntax.escape;