]> matita.cs.unibo.it Git - helm.git/commitdiff
Do not assert false for a print not implemented yet.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 7 Mar 2014 15:43:17 +0000 (15:43 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 7 Mar 2014 15:43:17 +0000 (15:43 +0000)
matita/components/grafite/grafiteAstPp.ml

index 652f10b2ad3217d2a30c532af134daf1728ccc4a..92944aaebd5b102be15c0ea93f242e74bc40773f 100644 (file)
@@ -83,7 +83,7 @@ let rec pp_ntactic status ~map_unicode_to_tex =
   | NIntro (_,n) -> "#" ^ n
   | NIntros (_,l) -> "#" ^ String.concat " " l
   | NInversion (_,what,where) -> "ninversion " ^ NotationPp.pp_term status what ^
-      assert false ^ " " ^ assert false
+      "...to be implemented..." ^ " " ^ "...to be implemented..."
   | NLApply (_,t) -> "lapply " ^ NotationPp.pp_term status t
   | NRewrite (_,dir,n,where) -> "nrewrite " ^
      (match dir with `LeftToRight -> ">" | `RightToLeft -> "<") ^