]> matita.cs.unibo.it Git - helm.git/blobdiff - components/grafite_engine/grafiteEngine.ml
now destruct takes an optional list of term rather than a sigle optional term
[helm.git] / components / grafite_engine / grafiteEngine.ml
index afcbf7f26709a0ea6ddd875852b07a5e6a157b06..e8e3171a08fa9290bd0d8405c63d0238843d7522 100644 (file)
@@ -112,7 +112,7 @@ let rec tactic_of_ast status ast =
   | GrafiteAst.Demodulate _ -> 
       Tactics.demodulate 
        ~dbd:(LibraryDb.instance ()) ~universe:status.GrafiteTypes.universe
-  | GrafiteAst.Destruct (_,xterm) -> Tactics.destruct xterm
+  | GrafiteAst.Destruct (_,xterms) -> Tactics.destruct xterms
   | GrafiteAst.Elim (_, what, using, pattern, (depth, names)) ->
       Tactics.elim_intros ?using ?depth ~mk_fresh_name_callback:(namer_of names)
         ~pattern what