diff -r 04412cfe6861 -r 2de17c994071 src/HOLCF/IOA/meta_theory/ShortExecutions.ML --- a/src/HOLCF/IOA/meta_theory/ShortExecutions.ML Mon Jun 09 10:21:38 1997 +0200 +++ b/src/HOLCF/IOA/meta_theory/ShortExecutions.ML Thu Jun 12 16:47:15 1997 +0200 @@ -209,7 +209,7 @@ -goal thy "!!ex .is_execution_fragment A (s,ex) ==> is_execution_fragment A (s,Cut P ex)"; +goal thy "!!ex .is_exec_frag A (s,ex) ==> is_exec_frag A (s,Cut P ex)"; by (case_tac "Finite ex" 1); by (cut_inst_tac [("s","ex"),("P","P")] Cut_prefixcl_Finite 1); ba 1;