X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fng_tactics%2FnTactics.ml;h=09427a315d6ca3f99b3c57c5091410e09df6c21c;hb=8a660ee06d72cfee52c707bb1d8d8be3bab0d682;hp=c45e825a40359ff75fbe464416d19d9bc692760c;hpb=5553ac7623425bce6f34eed6e17d4f0f8163e9aa;p=helm.git diff --git a/matita/components/ng_tactics/nTactics.ml b/matita/components/ng_tactics/nTactics.ml index c45e825a4..09427a315 100644 --- a/matita/components/ng_tactics/nTactics.ml +++ b/matita/components/ng_tactics/nTactics.ml @@ -18,7 +18,7 @@ let debug_print s = if debug then prerr_endline (Lazy.force s) else () open Continuationals.Stack open NTacStatus -module Ast = CicNotationPt +module Ast = NotationPt let id_tac status = status ;; let print_tac print_status message status =