blanchet [Wed, 10 Mar 2010 15:06:40 +0100] rev 35696
show nice error message in Nitpick when "java" is not available
blanchet [Wed, 10 Mar 2010 14:21:01 +0100] rev 35695
fixed soundness bug in Nitpick
hoelzl [Wed, 10 Mar 2010 16:40:20 +0100] rev 35694
merged
hoelzl [Tue, 09 Mar 2010 16:30:43 +0100] rev 35693
Use same order of neq-elimination as in proof search.
hoelzl [Mon, 08 Mar 2010 11:30:55 +0100] rev 35692
Moved theorems in Lebesgue to the right places
haftmann [Wed, 10 Mar 2010 15:29:23 +0100] rev 35691
constdefs is legacy
haftmann [Wed, 10 Mar 2010 15:29:22 +0100] rev 35690
recdef is legacy
haftmann [Wed, 10 Mar 2010 15:29:22 +0100] rev 35689
fixed typo
haftmann [Wed, 10 Mar 2010 15:29:22 +0100] rev 35688
avoid confusion
haftmann [Wed, 10 Mar 2010 15:29:21 +0100] rev 35687
tuned whitespace
haftmann [Wed, 10 Mar 2010 08:04:50 +0100] rev 35686
merged
haftmann [Wed, 10 Mar 2010 08:04:39 +0100] rev 35685
tuned
haftmann [Tue, 09 Mar 2010 21:19:49 +0100] rev 35684
clarified transfer code proper; more natural declaration of return rules
haftmann [Tue, 09 Mar 2010 21:19:48 +0100] rev 35683
misc tuning
wenzelm [Tue, 09 Mar 2010 23:32:49 +0100] rev 35682
Typedecl.typedecl_global;
wenzelm [Tue, 09 Mar 2010 23:32:13 +0100] rev 35681
localized typedecl;
wenzelm [Tue, 09 Mar 2010 23:29:04 +0100] rev 35680
aliases for class/type/const;
tuned;
wenzelm [Tue, 09 Mar 2010 23:27:35 +0100] rev 35679
added Name_Space.alias -- additional accesses for an existing entry;
wenzelm [Tue, 09 Mar 2010 20:23:19 +0100] rev 35678
merged
haftmann [Tue, 09 Mar 2010 18:33:01 +0100] rev 35677
merged
haftmann [Tue, 09 Mar 2010 18:31:37 +0100] rev 35676
data administration using canonical functorial operations
haftmann [Tue, 09 Mar 2010 16:15:19 +0100] rev 35675
tuned data structures; using AList.map_default
haftmann [Tue, 09 Mar 2010 15:47:16 +0100] rev 35674
consistent field names; tuned interface
haftmann [Tue, 09 Mar 2010 15:47:15 +0100] rev 35673
weakend class ring_div; tuned
blanchet [Tue, 09 Mar 2010 16:40:31 +0100] rev 35672
more work on Nitpick's finite sets
blanchet [Tue, 09 Mar 2010 14:18:21 +0100] rev 35671
improved Nitpick's precision for "card" and "setsum" + fix incorrect outcome code w.r.t. "bisim_depth = -1"
wenzelm [Tue, 09 Mar 2010 14:36:41 +0100] rev 35670
ProofContext.read_class/read_type_name_proper;
wenzelm [Tue, 09 Mar 2010 14:35:02 +0100] rev 35669
added ProofContext.tsig_of -- proforma version for local name space only, not logical content;
added ProofContext.read_type_name_proper;
localized ProofContext.read_class/read_arity/cert_arity;
localized ProofContext.class_space/type_space etc.;
wenzelm [Tue, 09 Mar 2010 14:29:47 +0100] rev 35668
simplified Syntax.basic_syntax (again);
separate Syntax.type_ast_trs depending on read_class/read_type;
wenzelm [Tue, 09 Mar 2010 14:55:25 +0100] rev 35667
tuned -- eliminated Sign.intern_sort;
wenzelm [Tue, 09 Mar 2010 14:18:06 +0100] rev 35666
renamed mk_const_def to legacy_const_def, because of slightly odd Sign.intern_term;
blanchet [Tue, 09 Mar 2010 09:25:23 +0100] rev 35665
added "finitize" option to Nitpick + remove dependency on "Coinductive_List"
huffman [Mon, 08 Mar 2010 15:20:40 -0800] rev 35664
merged
huffman [Mon, 08 Mar 2010 14:42:40 -0800] rev 35663
remove unnecessary error handling code
huffman [Mon, 08 Mar 2010 14:12:51 -0800] rev 35662
construct fully typed goal in proof of induction rule
huffman [Mon, 08 Mar 2010 13:58:00 -0800] rev 35661
don't generate rule foo.finites for non-flat domains; use take_induct rule to prove induction rule
huffman [Mon, 08 Mar 2010 12:43:44 -0800] rev 35660
remove redundant function arguments
huffman [Mon, 08 Mar 2010 12:36:26 -0800] rev 35659
include take_info within take_induct_info type
huffman [Mon, 08 Mar 2010 12:21:07 -0800] rev 35658
pass take_info as an argument to comp_theorems
huffman [Mon, 08 Mar 2010 11:58:40 -0800] rev 35657
pass take_induct_info as an argument to comp_theorems
huffman [Mon, 08 Mar 2010 11:48:29 -0800] rev 35656
add type take_induct_info
huffman [Mon, 08 Mar 2010 11:34:53 -0800] rev 35655
generate take_induct lemmas
huffman [Mon, 08 Mar 2010 09:37:03 -0800] rev 35654
move proofs of reach and take lemmas to domain_take_proofs.ML
huffman [Mon, 08 Mar 2010 09:33:05 -0800] rev 35653
move lemmas from Domain.thy to Domain_Aux.thy
huffman [Mon, 08 Mar 2010 08:12:48 -0800] rev 35652
move take-proofs stuff into new theory Domain_Aux.thy
huffman [Mon, 08 Mar 2010 07:37:11 -0800] rev 35651
add type take_info
huffman [Mon, 08 Mar 2010 07:22:30 -0800] rev 35650
add function add_qualified_def
haftmann [Mon, 08 Mar 2010 17:37:09 +0100] rev 35649
merged
haftmann [Mon, 08 Mar 2010 14:41:56 +0100] rev 35648
proper ML interface; further polishing
haftmann [Mon, 08 Mar 2010 13:22:41 +0100] rev 35647
code simplification and tuning
berghofe [Mon, 08 Mar 2010 15:00:34 +0100] rev 35646
Added inducts field to inductive_result.
haftmann [Mon, 08 Mar 2010 09:38:59 +0100] rev 35645
transfer: avoid camel case, more standard coding conventions, misc tuning
haftmann [Mon, 08 Mar 2010 09:38:58 +0100] rev 35644
transfer: avoid camel case
huffman [Sun, 07 Mar 2010 17:33:01 -0800] rev 35643
merged
huffman [Sun, 07 Mar 2010 16:39:31 -0800] rev 35642
generate separate qualified theorem name for each type's reach and take_lemma
huffman [Sun, 07 Mar 2010 16:12:01 -0800] rev 35641
add simp rule LAM_strict
huffman [Sun, 07 Mar 2010 13:34:53 -0800] rev 35640
fix bug that occurred with 'domain_isomorphism foo = foo * tr * tr'
haftmann [Sun, 07 Mar 2010 22:36:36 +0100] rev 35639
merged
haftmann [Sun, 07 Mar 2010 08:46:12 +0100] rev 35638
dropped dead code; adhere more closely to standard coding conventions
huffman [Sun, 07 Mar 2010 10:03:16 -0800] rev 35637
merged