X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matitaB%2Fcomponents%2Fgrafite%2FgrafiteAstPp.ml;h=d4d312bd2b455c38489f81c50ee53e046f1cfd0f;hb=704bbf749f44396c1a610f336b4e1cf0d25e9370;hp=78bb51971e1ab5ec595f370be2b519d831d6bf95;hpb=0aa993bb1d23567612aa5d63fab74ef6fb918c0d;p=helm.git diff --git a/matitaB/components/grafite/grafiteAstPp.ml b/matitaB/components/grafite/grafiteAstPp.ml index 78bb51971..d4d312bd2 100644 --- a/matitaB/components/grafite/grafiteAstPp.ml +++ b/matitaB/components/grafite/grafiteAstPp.ml @@ -59,7 +59,7 @@ let rec pp_ntactic status ~map_unicode_to_tex = | NAuto (_,(None,flgs)) -> "nautobatch" ^ String.concat " " (List.map (fun a,b -> a ^ "=" ^ b) flgs) - | NAuto (_,(Some l,flgs)) -> + | NAuto (_,(Some (_,l),flgs)) -> "nautobatch" ^ " by " ^ (String.concat "," (List.map (NotationPp.pp_term status) l)) ^ String.concat " " (List.map (fun a,b -> a ^ "=" ^ b) flgs)