src/Tools/isac/Interpret/li-tool.sml
changeset 59887 4616b145b1cd
parent 59886 106e7d8723ca
child 59898 68883c046963
     1.1 --- a/src/Tools/isac/Interpret/li-tool.sml	Sun Apr 19 11:07:02 2020 +0200
     1.2 +++ b/src/Tools/isac/Interpret/li-tool.sml	Sun Apr 19 12:22:37 2020 +0200
     1.3 @@ -18,10 +18,10 @@
     1.4      Istate.T * Proof.context * Program.T
     1.5  
     1.6    val get_simplifier : Calc.T -> Rule_Set.T
     1.7 -  val resume_prog : ThyC.id (*..for lookup in KEStore*) -> Pos.pos' -> Ctree.ctree -> 
     1.8 +  val resume_prog : ThyC.id (*..for lookup in Know_Store*) -> Pos.pos' -> Ctree.ctree -> 
     1.9      (Istate.T * Proof.context) * Program.T
    1.10  
    1.11 -  val tac_from_prog : Ctree.ctree -> theory (*..for lookup in KEStore*) -> term -> Tactic.input
    1.12 +  val tac_from_prog : Ctree.ctree -> theory (*..for lookup in Know_Store*) -> term -> Tactic.input
    1.13    val check_leaf : string -> Proof.context -> Rule_Set.T -> (Env.T * (term option * term)) -> term -> 
    1.14        Program.leaf * term option
    1.15  (* ---- for tests only: shifted from below to remove the Warning "unused" at fun.def. --------- *)