huffman [Sun, 28 Feb 2010 12:59:21 -0800] rev 35470
use correct syntax name for pattern combinator
huffman [Sun, 28 Feb 2010 09:22:53 -0800] rev 35469
fix output translation for Case syntax
huffman [Sun, 28 Feb 2010 08:55:01 -0800] rev 35468
move definition and syntax of pattern combinators into domain_constructors.ML
huffman [Sat, 27 Feb 2010 21:38:24 -0800] rev 35467
domain_isomorphism function returns iso_info record
huffman [Sat, 27 Feb 2010 20:56:19 -0800] rev 35466
move proofs of match_rews to domain_constructors.ML
huffman [Sat, 27 Feb 2010 20:04:40 -0800] rev 35465
remove dead code
huffman [Sat, 27 Feb 2010 18:45:06 -0800] rev 35464
removed dead code
huffman [Sat, 27 Feb 2010 18:31:52 -0800] rev 35463
register match functions from domain_constructors.ML
huffman [Sat, 27 Feb 2010 18:09:11 -0800] rev 35462
move definition of match combinators to domain_constructors.ML
huffman [Sat, 27 Feb 2010 16:34:13 -0800] rev 35461
move proofs of dis_rews to domain_constructors.ML; change dis_defins to iff-style
huffman [Sat, 27 Feb 2010 15:32:42 -0800] rev 35460
move definition of discriminators to domain_constructors.ML
huffman [Sat, 27 Feb 2010 14:04:46 -0800] rev 35459
move proofs of when_rews intro domain_constructors.ML
huffman [Sat, 27 Feb 2010 10:12:47 -0800] rev 35458
moved proofs of dist_les and dist_eqs to domain_constructors.ML
huffman [Sat, 27 Feb 2010 08:30:11 -0800] rev 35457
move proofs of casedist into domain_constructors.ML
huffman [Fri, 26 Feb 2010 10:54:52 -0800] rev 35456
move proofs of injects and inverts to domain_constructors.ML
huffman [Fri, 26 Feb 2010 10:11:37 -0800] rev 35455
reuse vars_of function
huffman [Fri, 26 Feb 2010 10:06:24 -0800] rev 35454
remove unnecessary stuff from argument to add_constructors function
huffman [Fri, 26 Feb 2010 09:55:56 -0800] rev 35453
reorder sections
huffman [Fri, 26 Feb 2010 09:47:37 -0800] rev 35452
move proof of con_rews into domain_constructor.ML
huffman [Fri, 26 Feb 2010 09:13:29 -0800] rev 35451
don't bother returning con_defs
huffman [Fri, 26 Feb 2010 09:10:50 -0800] rev 35450
move constructor-specific stuff to a separate function
huffman [Fri, 26 Feb 2010 08:49:59 -0800] rev 35449
replace prove_thm function
huffman [Fri, 26 Feb 2010 08:37:03 -0800] rev 35448
move proof of compactness rules into domain_constructors.ML
huffman [Fri, 26 Feb 2010 07:17:29 -0800] rev 35447
add some convenience functions
huffman [Thu, 25 Feb 2010 13:16:28 -0800] rev 35446
rewrite domain package code for selector functions
huffman [Wed, 24 Feb 2010 17:37:59 -0800] rev 35445
add function beta_of_def
huffman [Wed, 24 Feb 2010 16:15:03 -0800] rev 35444
reorganizing domain package code (in progress)
huffman [Wed, 24 Feb 2010 14:20:07 -0800] rev 35443
change domain package's treatment of variable names in theorems to be like datatype package
huffman [Wed, 24 Feb 2010 14:13:15 -0800] rev 35442
remove redundant lemma real_minus_half_eq
huffman [Wed, 24 Feb 2010 10:36:17 -0800] rev 35441
polished and converted some proofs to Isar style