X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_transformations%2FcicAstPp.ml;h=dda70793f62c7d3ad9495fed7df032de7b60b185;hb=ac7687ce66526f905874ed99a845223c853c558a;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..dda70793f 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 | _ ->