From 59fb45409575e0f649604d276eaef04ce78b681e Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Tue, 12 Oct 2004 20:56:45 +0000 Subject: [PATCH] setting goal doesn't change history status --- helm/ocaml/tactics/statefulProofEngine.ml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/helm/ocaml/tactics/statefulProofEngine.ml b/helm/ocaml/tactics/statefulProofEngine.ml index 13c1ac514..f75442922 100644 --- a/helm/ocaml/tactics/statefulProofEngine.ml +++ b/helm/ocaml/tactics/statefulProofEngine.ml @@ -94,6 +94,8 @@ class ['a] status _data <- data method set_goal goal = + _goal <- Some goal +(* let old_internal_status = self#internal_status in _goal <- Some goal; try @@ -103,6 +105,7 @@ class ['a] status with (Data_failure _) as exn -> self#set_internal_status old_internal_status; raise exn +*) method uri = let (uri, _, _, _) = _proof in uri method metasenv = let (_, metasenv, _, _) = _proof in metasenv -- 2.39.2