src/HOLCF/Tools/Domain/domain_theorems.ML
Mon, 03 May 2010 14:25:56 +0200 wenzelm renamed ProofContext.init to ProofContext.init_global to emphasize that this is not the real thing;
Thu, 15 Apr 2010 18:21:05 -0700 huffman add rule deflation_ID to proof script for take + constructor rules
Mon, 15 Mar 2010 21:57:35 +0100 wenzelm moved old Sign.intern_term to the place where it is still used;
Sat, 13 Mar 2010 21:07:20 -0800 huffman add case name 'adm' for infinite induction rules
Sat, 13 Mar 2010 20:15:25 -0800 huffman renamed some lemmas generated by the domain package
Sat, 13 Mar 2010 17:05:34 -0800 huffman pass binding as argument to add_domain_constructors; proper binding for case combinator
Sat, 13 Mar 2010 16:48:57 -0800 huffman pass domain binding as argument to Domain_Theorems.theorems; proper qualified bindings for theorem names
Sat, 13 Mar 2010 15:51:12 -0800 huffman pass take_info as argument to Domain_Theorems.theorems
Sat, 13 Mar 2010 15:18:25 -0800 huffman replace some string arguments with bindings
Mon, 08 Mar 2010 14:42:40 -0800 huffman remove unnecessary error handling code
Mon, 08 Mar 2010 14:12:51 -0800 huffman construct fully typed goal in proof of induction rule
Mon, 08 Mar 2010 13:58:00 -0800 huffman don't generate rule foo.finites for non-flat domains; use take_induct rule to prove induction rule
Mon, 08 Mar 2010 12:43:44 -0800 huffman remove redundant function arguments
Mon, 08 Mar 2010 12:36:26 -0800 huffman include take_info within take_induct_info type
Mon, 08 Mar 2010 12:21:07 -0800 huffman pass take_info as an argument to comp_theorems
Mon, 08 Mar 2010 11:58:40 -0800 huffman pass take_induct_info as an argument to comp_theorems
Mon, 08 Mar 2010 09:37:03 -0800 huffman move proofs of reach and take lemmas to domain_take_proofs.ML
Sun, 07 Mar 2010 16:39:31 -0800 huffman generate separate qualified theorem name for each type's reach and take_lemma
Sat, 06 Mar 2010 16:02:22 -0800 huffman add case_names attribute to casedist and ind rules
Fri, 05 Mar 2010 15:59:48 -0800 huffman print message when finiteness of domain definition is detected
Fri, 05 Mar 2010 15:25:59 -0800 huffman skip coinduction proofs for indirect-recursive domain definitions
Fri, 05 Mar 2010 14:50:37 -0800 huffman introduce notion of 'decisive' deflations; use them to simplify proof script for rule 'finites'
Fri, 05 Mar 2010 13:33:17 -0800 huffman fix proof script so 'domain foo = Foo foo' works
Fri, 05 Mar 2010 09:09:11 -0800 huffman skip proof of induction rule for indirect-recursive domain definitions
Thu, 04 Mar 2010 10:01:39 -0800 huffman move coinduction-related stuff into function prove_coindunction
Wed, 03 Mar 2010 08:20:20 -0800 huffman remove unnecessary theorem references
Wed, 03 Mar 2010 08:14:56 -0800 huffman remove copy_of_dtyp from domain_axioms.ML
Wed, 03 Mar 2010 07:55:52 -0800 huffman add_axioms returns an iso_info; add_theorems takes an iso_info as an argument
Wed, 03 Mar 2010 07:36:31 -0800 huffman uniformly use variable names m and n in take-related lemmas; use export_without_context where appropriate
Tue, 02 Mar 2010 19:45:37 -0800 huffman proof scripts use variable name y for casedist
Tue, 02 Mar 2010 16:25:59 -0800 huffman fix proof script for take_apps so it works with indirect recursion
Tue, 02 Mar 2010 15:53:07 -0800 huffman remove unused mixfix component from type cons
Tue, 02 Mar 2010 13:50:23 -0800 huffman move take-related definitions and proofs to new module; simplify map_of_typ functions
Tue, 02 Mar 2010 09:54:50 -0800 huffman remove dead code
Tue, 02 Mar 2010 04:31:50 -0800 huffman re-enable bisim code, now in domain_theorems.ML
Tue, 02 Mar 2010 00:34:26 -0800 huffman domain package no longer generates copy functions; all proofs use take functions instead
Mon, 01 Mar 2010 09:55:32 -0800 huffman move definition of case combinator to domain_constructors.ML
Mon, 01 Mar 2010 07:35:14 -0800 huffman move proofs of pat_rews to domain_constructors.ML
Sun, 28 Feb 2010 20:56:28 -0800 huffman add_domain_constructors takes iso_info record as argument
Sun, 28 Feb 2010 08:55:01 -0800 huffman move definition and syntax of pattern combinators into domain_constructors.ML
Sat, 27 Feb 2010 20:56:19 -0800 huffman move proofs of match_rews to domain_constructors.ML
Sat, 27 Feb 2010 18:45:06 -0800 huffman removed dead code
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 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 08:37:03 -0800 huffman move proof of compactness rules into domain_constructors.ML
Thu, 25 Feb 2010 13:16:28 -0800 huffman rewrite domain package code for selector functions
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
Mon, 22 Feb 2010 11:17:41 -0800 huffman add mixfix field to type Domain_Library.cons
Mon, 22 Feb 2010 09:43:36 -0800 huffman remove unnecessary local
Thu, 11 Feb 2010 12:26:07 -0800 huffman change generated lemmas dist_eqs and dist_les to iff-style
Mon, 08 Feb 2010 15:54:01 -0800 huffman merged
Mon, 08 Feb 2010 15:49:01 -0800 huffman correct definedness side conditions for copy_apps and take_apps
less more (0) -60 tip