]> matita.cs.unibo.it Git - helm.git/commitdiff
...
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 12 Jun 2009 13:07:00 +0000 (13:07 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 12 Jun 2009 13:07:00 +0000 (13:07 +0000)
helm/software/components/grafite/grafiteAstPp.ml

index 23f05d2e6ae21bf88a119eb9d124fb034ad6c5e4..44755225b57f01fbe7c12593209ef18ec16d2f82 100644 (file)
@@ -368,9 +368,7 @@ let pp_command ~term_pp ~obj_pp = function
        | None -> "")
   | Print (_,s) -> "print " ^ s
   | Set (_, name, value) -> Printf.sprintf "set \"%s\" \"%s\"" name value
-  | NObj (_,o) -> 
-      
-
+  | NObj (_,o)
   | NUnivConstraint (_) -> "not supported"
   | NQed (_) -> "nqed"
   | Pump (_) -> "not supported"