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;