]> matita.cs.unibo.it Git - helm.git/commitdiff
Branch of MutCase must be parsed and printed using \Rightarrow.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 5 Mar 2004 17:48:50 +0000 (17:48 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 5 Mar 2004 17:48:50 +0000 (17:48 +0000)
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
     | _ ->