X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fng_tactics%2FnTactics.ml;h=09427a315d6ca3f99b3c57c5091410e09df6c21c;hb=99a43adccee356e3d6057f67114c5cf08518b3f3;hp=c45e825a40359ff75fbe464416d19d9bc692760c;hpb=2c01ff6094173915e7023076ea48b5804dca7778;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 =