]> matita.cs.unibo.it Git - helm.git/commitdiff
lapply improved
authorFerruccio Guidi <ferruccio.guidi@unibo.it>
Tue, 28 Jun 2005 17:38:42 +0000 (17:38 +0000)
committerFerruccio Guidi <ferruccio.guidi@unibo.it>
Tue, 28 Jun 2005 17:38:42 +0000 (17:38 +0000)
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"