]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_transformations/cicAstPp.ml
first moogle template checkin
[helm.git] / helm / ocaml / cic_transformations / cicAstPp.ml
index a854234b78eb1b6be7e40568ec59d86294183ed3..2cc83e74312f8f2e62ac70ab9835048553fcedc4 100644 (file)
@@ -82,7 +82,7 @@ and pp_subst (name, term) = sprintf "%s \\Assign %s" name (pp_term term)
 and pp_substs substs = String.concat "; " (List.map pp_subst substs)
 
 and pp_pattern ((head, vars), term) =
-  sprintf "%s -> %s"
+  sprintf "%s \Rightarrow %s"
     (match vars with
     | [] -> head
     | _ ->