Skip to content
Snippets Groups Projects
Commit c7a1d46b authored by Allan Blanchard's avatar Allan Blanchard
Browse files

[wp] Print script name in TIP

parent ae4ae4f7
No related branches found
No related tags found
No related merge requests found
......@@ -546,6 +546,11 @@ class pane (gprovers : GuiConfig.provers) =
on_proof_context proof
begin fun () ->
text#clear ;
let main = ProofEngine.main proof in
if ProofSession.exists main then begin
text#printf "%a@." ProofSession.pp_script_for main ;
text#hrule ;
end ;
scripter#tree proof ;
text#hrule ;
text#printf "%t@." (printer#goal (ProofEngine.head proof)) ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment