Tue, 24 Apr 2007 15:18:42 +0200 Added datatype_case.
berghofe [Tue, 24 Apr 2007 15:18:42 +0200] rev 22783
Added datatype_case.
Tue, 24 Apr 2007 15:18:09 +0200 Added intro / elim rules for prod_case.
berghofe [Tue, 24 Apr 2007 15:18:09 +0200] rev 22782
Added intro / elim rules for prod_case.
Tue, 24 Apr 2007 15:17:22 +0200 sum_case is now authentic.
berghofe [Tue, 24 Apr 2007 15:17:22 +0200] rev 22781
sum_case is now authentic.
Tue, 24 Apr 2007 15:15:52 +0200 Adapted to new parse translation for case expressions.
berghofe [Tue, 24 Apr 2007 15:15:52 +0200] rev 22780
Adapted to new parse translation for case expressions.
Tue, 24 Apr 2007 15:14:31 +0200 Parse / print translations for nested case expressions, taken
berghofe [Tue, 24 Apr 2007 15:14:31 +0200] rev 22779
Parse / print translations for nested case expressions, taken from Konrad Slind's TFL package.
Tue, 24 Apr 2007 15:13:19 +0200 Streamlined datatype_codegen function using new datatype_of_case
berghofe [Tue, 24 Apr 2007 15:13:19 +0200] rev 22778
Streamlined datatype_codegen function using new datatype_of_case and datatype_of_constr functions.
Tue, 24 Apr 2007 15:11:07 +0200 - Moved parse / print translations for case to datatype_case.ML
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.
Tue, 24 Apr 2007 15:07:27 +0200 case constants are now authentic.
berghofe [Tue, 24 Apr 2007 15:07:27 +0200] rev 22776
case constants are now authentic.
Tue, 24 Apr 2007 14:02:16 +0200 oups : wrong commit
narboux [Tue, 24 Apr 2007 14:02:16 +0200] rev 22775
oups : wrong commit
Tue, 24 Apr 2007 14:01:23 +0200 adds op in front of an infix to fix SML compilation
narboux [Tue, 24 Apr 2007 14:01:23 +0200] rev 22774
adds op in front of an infix to fix SML compilation
Mon, 23 Apr 2007 20:44:12 +0200 sane version of read_termTs (proper freeze);
wenzelm [Mon, 23 Apr 2007 20:44:12 +0200] rev 22773
sane version of read_termTs (proper freeze); added read_terms, cert_terms;
Mon, 23 Apr 2007 20:44:11 +0200 read_instantiations: proper type-inference with fixed variables, infer parameter types as well;
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;
Mon, 23 Apr 2007 20:44:10 +0200 added paramify_vars;
wenzelm [Mon, 23 Apr 2007 20:44:10 +0200] rev 22771
added paramify_vars; infer: replace params uniformly (notably freeze);
Mon, 23 Apr 2007 20:44:09 +0200 def_simproc(_i): proper ProofContext.read/cert_terms;
wenzelm [Mon, 23 Apr 2007 20:44:09 +0200] rev 22770
def_simproc(_i): proper ProofContext.read/cert_terms;
Mon, 23 Apr 2007 20:44:08 +0200 simplified ProofContext.read_termTs;
wenzelm [Mon, 23 Apr 2007 20:44:08 +0200] rev 22769
simplified ProofContext.read_termTs;
Mon, 23 Apr 2007 18:38:42 +0200 simplified the proof of pt_set_eqvt (as suggested by Randy Pollack)
urbanc [Mon, 23 Apr 2007 18:38:42 +0200] rev 22768
simplified the proof of pt_set_eqvt (as suggested by Randy Pollack)
Mon, 23 Apr 2007 16:38:40 +0200 initial commit
haftmann [Mon, 23 Apr 2007 16:38:40 +0200] rev 22767
initial commit
Sat, 21 Apr 2007 19:32:32 +0200 faster proof of wf_eq_minimal
huffman [Sat, 21 Apr 2007 19:32:32 +0200] rev 22766
faster proof of wf_eq_minimal
Sat, 21 Apr 2007 11:07:45 +0200 export get_sort (belongs to Syntax module);
wenzelm [Sat, 21 Apr 2007 11:07:45 +0200] rev 22765
export get_sort (belongs to Syntax module);
Sat, 21 Apr 2007 11:07:44 +0200 TypeExt.decode_term;
wenzelm [Sat, 21 Apr 2007 11:07:44 +0200] rev 22764
TypeExt.decode_term;
Sat, 21 Apr 2007 11:07:42 +0200 added decode_term (belongs to Syntax module);
wenzelm [Sat, 21 Apr 2007 11:07:42 +0200] rev 22763
added decode_term (belongs to Syntax module);
Sat, 21 Apr 2007 01:34:15 +0200 tuned the setup of fresh_fun
urbanc [Sat, 21 Apr 2007 01:34:15 +0200] rev 22762
tuned the setup of fresh_fun
Fri, 20 Apr 2007 17:58:27 +0200 defs are added to code data
haftmann [Fri, 20 Apr 2007 17:58:27 +0200] rev 22761
defs are added to code data
Fri, 20 Apr 2007 17:58:26 +0200 repaired value restriction problem
haftmann [Fri, 20 Apr 2007 17:58:26 +0200] rev 22760
repaired value restriction problem
Fri, 20 Apr 2007 17:58:25 +0200 reverted to classical syntax for K_record
haftmann [Fri, 20 Apr 2007 17:58:25 +0200] rev 22759
reverted to classical syntax for K_record
Fri, 20 Apr 2007 17:58:24 +0200 tuned
haftmann [Fri, 20 Apr 2007 17:58:24 +0200] rev 22758
tuned
Fri, 20 Apr 2007 16:55:38 +0200 Interpretation equations applied to attributes
ballarin [Fri, 20 Apr 2007 16:55:38 +0200] rev 22757
Interpretation equations applied to attributes
Fri, 20 Apr 2007 16:54:57 +0200 Interpretation equations applied to attributes;
ballarin [Fri, 20 Apr 2007 16:54:57 +0200] rev 22756
Interpretation equations applied to attributes; code cleanup in read_instantiations
Fri, 20 Apr 2007 16:11:17 +0200 Modified eqvt_tac to avoid failure due to introduction rules
berghofe [Fri, 20 Apr 2007 16:11:17 +0200] rev 22755
Modified eqvt_tac to avoid failure due to introduction rules whose premises contain variables that do not occur in the conclusion.
Fri, 20 Apr 2007 15:13:06 +0200 clarifed
haftmann [Fri, 20 Apr 2007 15:13:06 +0200] rev 22754
clarifed
Fri, 20 Apr 2007 14:30:35 +0200 modify fresh_fun_simp to ease debugging
narboux [Fri, 20 Apr 2007 14:30:35 +0200] rev 22753
modify fresh_fun_simp to ease debugging
Fri, 20 Apr 2007 13:30:51 +0200 updated code generator
haftmann [Fri, 20 Apr 2007 13:30:51 +0200] rev 22752
updated code generator
(0) -10000 -3000 -1000 -300 -100 -50 -32 +32 +50 +100 +300 +1000 +3000 +10000 +30000 tip