]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_transformations/cicAstPp.ml
Empty Box.Text changed to Box.smallskip.
[helm.git] / helm / ocaml / cic_transformations / cicAstPp.ml
index 8076e006204171a695b0087af9bccc28ebc69757..2479fe24a3bf4fab3d5b31cd74f3bddadfb4be89 100644 (file)
@@ -49,6 +49,7 @@ let rec pp_term = function
       sprintf "%smatch %s with %s"
         (match typ with None -> "" | Some t -> sprintf "<%s>" (pp_term t))
         (pp_term term) (pp_patterns patterns)
+  | CicAst.Cast (t1,t2) -> sprintf "(%s: %s)" (pp_term t1) (pp_term t2)
   | CicAst.LetIn (var, t1, t2) ->
       sprintf "let %s = %s in %s" (pp_capture_variable var) (pp_term t1)
         (pp_term t2)