berghofe [Tue, 24 Apr 2007 15:11:07 +0200] rev 22777
- Moved parse / print translations for case to datatype_case.ML
- Added new functions datatype_of_constr and datatype_of_case
to retrieve datatype corresponding to name of constructor
or case combinator.
berghofe [Tue, 24 Apr 2007 15:07:27 +0200] rev 22776
case constants are now authentic.
narboux [Tue, 24 Apr 2007 14:02:16 +0200] rev 22775
oups : wrong commit
narboux [Tue, 24 Apr 2007 14:01:23 +0200] rev 22774
adds op in front of an infix to fix SML compilation
wenzelm [Mon, 23 Apr 2007 20:44:12 +0200] rev 22773
sane version of read_termTs (proper freeze);
added read_terms, cert_terms;
wenzelm [Mon, 23 Apr 2007 20:44:11 +0200] rev 22772
read_instantiations: proper type-inference with fixed variables, infer parameter types as well;
gen_prep_registration: removed unused read_terms (dead code!);
tuned;
wenzelm [Mon, 23 Apr 2007 20:44:10 +0200] rev 22771
added paramify_vars;
infer: replace params uniformly (notably freeze);
wenzelm [Mon, 23 Apr 2007 20:44:09 +0200] rev 22770
def_simproc(_i): proper ProofContext.read/cert_terms;
wenzelm [Mon, 23 Apr 2007 20:44:08 +0200] rev 22769
simplified ProofContext.read_termTs;
urbanc [Mon, 23 Apr 2007 18:38:42 +0200] rev 22768
simplified the proof of pt_set_eqvt (as suggested by Randy Pollack)