src/Tools/isac/ProgLang/ListC.thy
changeset 59878 3163e63a5111
parent 59871 82428ca0d23e
child 59887 4616b145b1cd
     1.1 --- a/src/Tools/isac/ProgLang/ListC.thy	Wed Apr 15 11:11:54 2020 +0200
     1.2 +++ b/src/Tools/isac/ProgLang/ListC.thy	Wed Apr 15 11:37:43 2020 +0200
     1.3 @@ -176,7 +176,7 @@
     1.4         Rule_Def.Thm ("tl_Nil",ThmC_Def.numerals_to_Free @{thm tl_Nil}),
     1.5         Rule_Def.Thm ("zip_Cons",ThmC_Def.numerals_to_Free @{thm zip_Cons}),
     1.6         Rule_Def.Thm ("zip_Nil",ThmC_Def.numerals_to_Free @{thm zip_Nil})],
     1.7 -    scr = Rule_Def.EmptyScr}: Rule_Set.T;
     1.8 +    scr = Rule_Def.Empty_Prog}: Rule_Set.T;
     1.9  \<close>
    1.10  setup \<open>KEStore_Elems.add_rlss [("prog_expr", (Context.theory_name @{theory}, prog_expr))]\<close>
    1.11