X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_transformations%2FcicAstPp.ml;h=2cc83e74312f8f2e62ac70ab9835048553fcedc4;hb=5325734bc2e4927ed7ec146e35a6f0f2b49f50c1;hp=a854234b78eb1b6be7e40568ec59d86294183ed3;hpb=e61bf3a95901c62c7b891fb58b176ac38fb7d8e4;p=helm.git diff --git a/helm/ocaml/cic_transformations/cicAstPp.ml b/helm/ocaml/cic_transformations/cicAstPp.ml index a854234b7..2cc83e743 100644 --- a/helm/ocaml/cic_transformations/cicAstPp.ml +++ b/helm/ocaml/cic_transformations/cicAstPp.ml @@ -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 | _ ->