]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/continuationals.ml
new tactics are almost ready
[helm.git] / helm / software / components / tactics / continuationals.ml
index 044fa45c841cb61e39ecfbe335a14e20937160ec..183e8cabf8899e146be6d7ad929fe4107ee85a28 100644 (file)
@@ -117,6 +117,10 @@ struct
   let of_metasenv metasenv =
     let goals = List.map (fun (g, _, _) -> g) metasenv in
     [ zero_pos goals, [], [], `NoTag ]
+  
+  let of_nmetasenv metasenv =
+    let goals = List.map (fun (g, _) -> g) metasenv in
+    [ zero_pos goals, [], [], `NoTag ]
 
   let head_switches =
     function