]> matita.cs.unibo.it Git - helm.git/commitdiff
typo cpying the formal semantic
authorEnrico Tassi <enrico.tassi@inria.fr>
Mon, 19 Jun 2006 15:51:24 +0000 (15:51 +0000)
committerEnrico Tassi <enrico.tassi@inria.fr>
Mon, 19 Jun 2006 15:51:24 +0000 (15:51 +0000)
components/tactics/continuationals.ml

index 7ea357e89679694087ce106e890559b4e028d686..eeff9f9bf537783b0e859cfc686cbd0e09aa41b9 100644 (file)
@@ -302,7 +302,7 @@ struct
           debug_print (lazy ("closed: "
             ^ String.concat " " (List.map string_of_int gcn)));
           let stack =
-            (zero_pos gon, t @~- gcn, k @~- gon, tag) :: deep_close gcn s
+            (zero_pos gon, t @~- gcn, k @~- gcn, tag) :: deep_close gcn s
           in
           sn, stack
       | Dot, ([], _, [], _) :: _ ->