kleing [Sat, 29 Sep 2007 10:43:54 +0200] rev 24756
add -p 2 at-sml-dev test for HOL proof terms sessions only
kleing [Sat, 29 Sep 2007 10:41:45 +0200] rev 24755
at-sml-dev session with -p 2
kleing [Sat, 29 Sep 2007 10:40:12 +0200] rev 24754
Added target for proof term sessions (those that need -p 2)
kleing [Sat, 29 Sep 2007 10:04:52 +0200] rev 24753
accept single logic and target as argument
haftmann [Sat, 29 Sep 2007 08:58:57 +0200] rev 24752
exported constraint interfaces
haftmann [Sat, 29 Sep 2007 08:58:56 +0200] rev 24751
exported intern_expr
haftmann [Sat, 29 Sep 2007 08:58:55 +0200] rev 24750
added ocaml strings
haftmann [Sat, 29 Sep 2007 08:58:54 +0200] rev 24749
further localization
haftmann [Sat, 29 Sep 2007 08:58:51 +0200] rev 24748
proper syntax during class specification
berghofe [Fri, 28 Sep 2007 10:35:53 +0200] rev 24747
prove_strong_ind now uses InductivePackage.rulify.
berghofe [Fri, 28 Sep 2007 10:32:38 +0200] rev 24746
Adapted to changes in interface of add_inductive_i.
berghofe [Fri, 28 Sep 2007 10:30:51 +0200] rev 24745
add_inductive_i now takes typ instead of typ option as argument.
berghofe [Fri, 28 Sep 2007 10:29:35 +0200] rev 24744
- add_inductive_i now takes typ instead of typ option as argument
- close_rule is now applied before expanding abbreviations
- rulify applies norm_hhf again
wenzelm [Thu, 27 Sep 2007 17:57:12 +0200] rev 24743
proper handling of chained facts;
paulson [Thu, 27 Sep 2007 17:55:28 +0200] rev 24742
removal of some "ref"s from res_axioms.ML; a side-effect is that the ordering
theorems of Nat.thy are hidden by the Ordering.thy versions
ballarin [Thu, 27 Sep 2007 17:28:05 +0200] rev 24741
Fixed setup of transitivity reasoner (function decomp).
wenzelm [Thu, 27 Sep 2007 17:22:15 +0200] rev 24740
some more simultaneous use_thys;
wenzelm [Thu, 27 Sep 2007 11:46:05 +0200] rev 24739
read: explicit treatment of scanner failure;
wenzelm [Wed, 26 Sep 2007 22:38:11 +0200] rev 24738
tuned;
wenzelm [Wed, 26 Sep 2007 22:28:00 +0200] rev 24737
tuned;
wenzelm [Wed, 26 Sep 2007 22:27:44 +0200] rev 24736
tuned;
wenzelm [Wed, 26 Sep 2007 22:21:05 +0200] rev 24735
* Pure/Isar: unified specification syntax admits type inference and dummy patterns;
print mode: no_abbrevs;
wenzelm [Wed, 26 Sep 2007 22:21:02 +0200] rev 24734
read/check_specification: free_dummy_patterns;
wenzelm [Wed, 26 Sep 2007 22:20:59 +0200] rev 24733
added free_dummy_patterns;
wenzelm [Wed, 26 Sep 2007 20:50:34 +0200] rev 24732
added minimize_sort, complete_sort;
wenzelm [Wed, 26 Sep 2007 20:50:33 +0200] rev 24731
Sign.minimize/complete_sort;
haftmann [Wed, 26 Sep 2007 20:27:58 +0200] rev 24730
convenient obtain rule for sets
haftmann [Wed, 26 Sep 2007 20:27:57 +0200] rev 24729
added code lemma for 1
haftmann [Wed, 26 Sep 2007 20:27:55 +0200] rev 24728
moved Finite_Set before Datatype
wenzelm [Wed, 26 Sep 2007 19:19:38 +0200] rev 24727
adapted variable order for inductive cases (determined by read_specification *before* expanding abbreviations);