wenzelm [Thu, 26 Apr 2007 14:25:37 +0200] rev 22812
eliminated unnamed infixes;
wenzelm [Thu, 26 Apr 2007 14:24:14 +0200] rev 22811
renamed some old names Theory.xxx to Sign.xxx;
wenzelm [Thu, 26 Apr 2007 14:24:13 +0200] rev 22810
eliminated unnamed infixes;
tuned ML setup;
wenzelm [Thu, 26 Apr 2007 14:24:12 +0200] rev 22809
added header;
wenzelm [Thu, 26 Apr 2007 14:24:08 +0200] rev 22808
eliminated unnamed infixes, tuned syntax;
haftmann [Thu, 26 Apr 2007 13:33:17 +0200] rev 22807
clarified naming policy
haftmann [Thu, 26 Apr 2007 13:33:16 +0200] rev 22806
clarified semantics of merge
haftmann [Thu, 26 Apr 2007 13:33:15 +0200] rev 22805
moved stuff to Char_nat.thy
haftmann [Thu, 26 Apr 2007 13:33:12 +0200] rev 22804
tuned
haftmann [Thu, 26 Apr 2007 13:33:09 +0200] rev 22803
slightly tuned
haftmann [Thu, 26 Apr 2007 13:33:07 +0200] rev 22802
replaced recdef by function
haftmann [Thu, 26 Apr 2007 13:33:05 +0200] rev 22801
cleaned up code generator setup for int
haftmann [Thu, 26 Apr 2007 13:33:04 +0200] rev 22800
added lemmatas
haftmann [Thu, 26 Apr 2007 13:32:59 +0200] rev 22799
moved code generation pretty integers and characters to separate theories
haftmann [Thu, 26 Apr 2007 13:32:55 +0200] rev 22798
updated doc
wenzelm [Thu, 26 Apr 2007 12:00:12 +0200] rev 22797
mk_const_def: Sign.intern_term (legacy);
wenzelm [Thu, 26 Apr 2007 12:00:05 +0200] rev 22796
renamed some old names Theory.xxx to Sign.xxx;
wenzelm [Thu, 26 Apr 2007 12:00:01 +0200] rev 22795
updated;
narboux [Wed, 25 Apr 2007 21:29:14 +0200] rev 22794
add the lemma supp_eqvt and put the right attribute
nipkow [Wed, 25 Apr 2007 17:50:48 +0200] rev 22793
new lemma splice_length
narboux [Wed, 25 Apr 2007 15:38:56 +0200] rev 22792
fix sml compilation
berghofe [Wed, 25 Apr 2007 15:26:01 +0200] rev 22791
Moved function params_of to inductive_package.ML.
berghofe [Wed, 25 Apr 2007 15:25:22 +0200] rev 22790
Moved functions infer_intro_vars, arities_of, params_of, and
partition_rules to inductive_package.ML.
berghofe [Wed, 25 Apr 2007 15:24:15 +0200] rev 22789
Added functions arities_of, params_of, partition_rules, and
infer_intro_vars (from inductive_realizer.ML).
berghofe [Wed, 25 Apr 2007 15:22:57 +0200] rev 22788
eqvt_tac now instantiates introduction rules before applying them.
narboux [Tue, 24 Apr 2007 18:06:04 +0200] rev 22787
update fresh_fun_simp for debugging purposes
narboux [Tue, 24 Apr 2007 17:16:55 +0200] rev 22786
fixes last commit
narboux [Tue, 24 Apr 2007 16:44:11 +0200] rev 22785
add two lemmas dealing with freshness on permutations.