src/HOL/HOLCF/Tools/Domain/domain_isomorphism.ML
Thu, 15 Mar 2012 20:07:00 +0100 prefer formally checked @{keyword} parser;
Tue, 13 Mar 2012 20:04:24 +0100 more explicit indication of def names;
Mon, 27 Feb 2012 15:48:02 +0100 prefer cut_tac, where it is clear that the special variants cut_rules_tac or cut_facts_tac are not required;
Sun, 27 Nov 2011 23:10:19 +0100 more antiquotations;
Fri, 28 Oct 2011 23:41:16 +0200 tuned Named_Thms: proper binding;
Mon, 08 Aug 2011 18:36:32 -0700 HOLCF: fix warnings about unreferenced identifiers
Mon, 08 Aug 2011 10:32:55 -0700 rename Pair_fst_snd_eq to prod_eq_iff (keeping old name too)
Sun, 17 Apr 2011 21:42:47 +0200 added Binding.print convenience, which includes quote already;
Sun, 17 Apr 2011 19:54:04 +0200 report Name_Space.declare/define, relatively to context;
Sat, 16 Apr 2011 16:15:37 +0200 modernized structure Proof_Context;
Tue, 29 Mar 2011 17:47:11 +0200 tuned headers;
Tue, 04 Jan 2011 15:32:56 -0800 change some lemma names containing 'UU' to 'bottom'
Mon, 20 Dec 2010 10:48:01 -0800 make internal proofs for deflation and isodefl theorems more robust, by avoiding calls to the simplifier for beta-reduction
Sun, 19 Dec 2010 17:37:19 -0800 use deflations over type 'udom u' to represent predomains;
Sun, 19 Dec 2010 06:34:41 -0800 type 'defl' takes a type parameter again (cf. b525988432e9)
Tue, 30 Nov 2010 15:34:51 -0800 internal domain package proofs use cont2cont simproc instead of a fixed list of cont rules
Tue, 30 Nov 2010 14:21:57 -0800 remove gratuitous semicolons from ML code
Sat, 27 Nov 2010 16:08:10 -0800 moved directory src/HOLCF to src/HOL/HOLCF;