]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_transformations/tacticAstPp.ml
lapply improved
[helm.git] / helm / ocaml / cic_transformations / tacticAstPp.ml
index ee099e4202a4539e97bfa3baa975c57e9f804051..2e8124d7e6d2be03ce5beca61f6458e1d477d23a 100644 (file)
@@ -122,7 +122,7 @@ let rec pp_tactic = function
   | LApply (_, term_opt, term, ident) -> 
       sprintf "lapply %s%s%s" (pp_term_ast term) 
         (match term_opt with None -> "" | Some t -> " to " ^ pp_term_ast t)
-        (match ident with None -> "" | Some id -> " " ^ id)
+        (match ident with None -> "" | Some id -> " using " ^ id)
 
 let pp_flavour = function
   | `Definition -> "Definition"