test/Tools/isac/Minisubpbl/500-met-sub-to-root.sml
changeset 60529 a823f87dd5aa
parent 59997 46fe5a8c3911
child 60533 b840894bd75a
equal deleted inserted replaced
60528:af2c2580f9ea 60529:a823f87dd5aa
    38 
    38 
    39 val (p,_,f,nxt,_,pt) = me nxt p''' [] pt'''; (*nxt = Check_elementwise "Assumptions"*)
    39 val (p,_,f,nxt,_,pt) = me nxt p''' [] pt'''; (*nxt = Check_elementwise "Assumptions"*)
    40 case nxt of (Check_elementwise "Assumptions") => ()
    40 case nxt of (Check_elementwise "Assumptions") => ()
    41 | _ => error "Check_elementwise changed; after switch sub-->root-method";
    41 | _ => error "Check_elementwise changed; after switch sub-->root-method";
    42 
    42 
       
    43 (*ctxt*)Proof_Context.theory_of (Ctree.get_ctxt pt p); (*"Test"*)