]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite/grafiteAstPp.ml
fixed bug in coercion application, input/output swapped in unification
[helm.git] / helm / software / components / grafite / grafiteAstPp.ml
index 8cb7538ba2ad84dc4b322a3d979f0c2f406d4327..83f3a36b6f7a37000c20de0a2996b6a784966e0c 100644 (file)
@@ -371,7 +371,7 @@ let pp_coercion ~term_pp t do_composites arity saturations=
 let pp_ncommand = function
   | UnificationHint (_,t, n) -> 
       "unification hint " ^ string_of_int n ^ " " ^ CicNotationPp.pp_term t
-  | NInverter (_,_,_)
+  | NInverter (_,_,_,_,_)
   | NObj (_,_)
   | NUnivConstraint (_) -> "not supported"
   | NCoercion (_) -> "not supported"