wenzelm [Sun, 30 Sep 2007 16:20:34 +0200] rev 24772
maintain tags (Markup.property list);
tuned;
wenzelm [Sun, 30 Sep 2007 16:20:33 +0200] rev 24771
skofuns/absfuns: explicit markup as internal consts;
wenzelm [Sun, 30 Sep 2007 16:20:31 +0200] rev 24770
Sign.add_consts_authentic: tags (Markup.property list);
wenzelm [Sun, 30 Sep 2007 11:55:14 +0200] rev 24769
standard_term_check: include expand_abbrevs (back again);
wenzelm [Sat, 29 Sep 2007 21:39:53 +0200] rev 24768
added unparse interfaces (still unused);
add_typ/term_check: added stage and name argument;
added print_checks;
wenzelm [Sat, 29 Sep 2007 21:39:52 +0200] rev 24767
removed redundant const_constraint;
add_const_constraint: proper certification;
prepare_dummies: avoid imperative features;
term_check: separate phases, standard_infer_types passes inference parameters instead of frees/vars;
Syntax.install_operations: dummy unparsers;
wenzelm [Sat, 29 Sep 2007 21:39:51 +0200] rev 24766
Sign.add_const_constraint;
Syntax.add_typ/term_check: added stage and name argument;
wenzelm [Sat, 29 Sep 2007 21:39:50 +0200] rev 24765
maintain maxidx (analogous to name context);
polymorhic: observe Variable.maxidx_of;
wenzelm [Sat, 29 Sep 2007 21:39:49 +0200] rev 24764
added fixate_params;
type_infer: freeze_mode = NONE keeps inference parameters in result;
type_infer: observe Variable.maxidx_of;
wenzelm [Sat, 29 Sep 2007 21:39:48 +0200] rev 24763
Sign.the_const_constraint;
wenzelm [Sat, 29 Sep 2007 21:39:47 +0200] rev 24762
added declare_typ_names;
replace_dummy_patterns: canonical argument order;
wenzelm [Sat, 29 Sep 2007 21:39:46 +0200] rev 24761
removed obsolete external interface add_const_constraint;
removed redundant const_constraint;
renamed add_const_constraint_i to add_const_constraint;
wenzelm [Sat, 29 Sep 2007 21:39:45 +0200] rev 24760
Sign.add_const_constraint;
wenzelm [Sat, 29 Sep 2007 21:39:44 +0200] rev 24759
fixed metis proof (Why did it stop working?);
isatest [Sat, 29 Sep 2007 10:47:05 +0200] rev 24758
swapped machines for at-sml-dev and at-sml-dev-p
isatest [Sat, 29 Sep 2007 10:45:41 +0200] rev 24757
no proof terms for smlnj
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;