wenzelm [Mon, 15 Mar 2010 20:27:23 +0100] rev 35799
preserve full const name more carefully, and avoid slightly odd Sign.intern_term;
wenzelm [Mon, 15 Mar 2010 18:59:16 +0100] rev 35798
replaced type_syntax/term_syntax by uniform syntax_declaration;
haftmann [Mon, 15 Mar 2010 15:13:22 +0100] rev 35797
merged
haftmann [Mon, 15 Mar 2010 15:13:07 +0100] rev 35796
corrected disastrous syntax declarations
haftmann [Mon, 15 Mar 2010 13:59:34 +0100] rev 35795
added stmaryrd for isasymSqinter
huffman [Sun, 14 Mar 2010 19:48:33 -0700] rev 35794
use headers consistently
huffman [Sun, 14 Mar 2010 19:47:13 -0700] rev 35793
no_document for theory Countable
huffman [Sun, 14 Mar 2010 14:10:36 -0700] rev 35792
old domain package also defines map functions
huffman [Sun, 14 Mar 2010 14:10:05 -0700] rev 35791
separate map-related code into new function define_map_functions
Christian Urban <urbanc@in.tum.de> [Sun, 14 Mar 2010 15:50:17 +0100] rev 35790
removed Local_Theory.theory_result by using local Typedef.add_typedef
wenzelm [Sun, 14 Mar 2010 14:36:56 +0100] rev 35789
tuned comment;
wenzelm [Sun, 14 Mar 2010 14:31:24 +0100] rev 35788
observe standard header format;
wenzelm [Sun, 14 Mar 2010 14:29:30 +0100] rev 35787
expose formal text;
wenzelm [Sun, 14 Mar 2010 14:10:21 +0100] rev 35786
localized @{class} and @{type};
huffman [Sun, 14 Mar 2010 00:51:58 -0800] rev 35785
move functions into holcf_library.ML
huffman [Sun, 14 Mar 2010 00:40:04 -0800] rev 35784
simplify definition of when combinators
huffman [Sat, 13 Mar 2010 22:00:34 -0800] rev 35783
declare case_names for various induction rules
huffman [Sat, 13 Mar 2010 21:07:20 -0800] rev 35782
add case name 'adm' for infinite induction rules
huffman [Sat, 13 Mar 2010 20:15:25 -0800] rev 35781
renamed some lemmas generated by the domain package
huffman [Sat, 13 Mar 2010 19:06:18 -0800] rev 35780
use Simplifier.context to avoid 'no proof context in simpset' errors from fixrec_simp after theory merge
huffman [Sat, 13 Mar 2010 18:16:48 -0800] rev 35779
fixpat command prints legacy_feature warning
huffman [Sat, 13 Mar 2010 17:36:53 -0800] rev 35778
merged
huffman [Sat, 13 Mar 2010 17:05:34 -0800] rev 35777
pass binding as argument to add_domain_constructors; proper binding for case combinator
huffman [Sat, 13 Mar 2010 16:48:57 -0800] rev 35776
pass domain binding as argument to Domain_Theorems.theorems; proper qualified bindings for theorem names
huffman [Sat, 13 Mar 2010 15:51:12 -0800] rev 35775
pass take_info as argument to Domain_Theorems.theorems
huffman [Sat, 13 Mar 2010 15:18:25 -0800] rev 35774
replace some string arguments with bindings
huffman [Sat, 13 Mar 2010 14:30:38 -0800] rev 35773
more consistent use of qualified bindings
huffman [Sat, 13 Mar 2010 14:26:26 -0800] rev 35772
avoid unnecessary primed variable names
huffman [Sat, 13 Mar 2010 12:24:50 -0800] rev 35771
remove redundant lemmas
huffman [Sat, 13 Mar 2010 10:38:38 -0800] rev 35770
fixes to allow using fixrec_simp inside a locale, with test in ex/Fixrec_ex.thy