]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/components/grafite/grafiteAstPp.ml
1. ported to camlp5
[helm.git] / matitaB / components / grafite / grafiteAstPp.ml
index c4993712754443227cec682337fbbc64567be17f..78bb51971e1ab5ec595f370be2b519d831d6bf95 100644 (file)
@@ -167,7 +167,7 @@ let pp_ncommand status = function
   | NUnivConstraint (_) -> "not supported"
   | NCoercion (_) -> "not supported"
   | NObj (_,obj) -> NotationPp.pp_obj (NotationPp.pp_term status) obj
-  | NQed (_) -> "nqed"
+  | NQed (_,_) -> "nqed"
   | NCopy (_,name,uri,map) -> 
       "copy " ^ name ^ " from " ^ NUri.string_of_uri uri ^ " with " ^ 
         String.concat " and "