]> matita.cs.unibo.it Git - helm.git/commitdiff
The term contains dummy.conv that was searched over the net.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 30 Sep 2009 08:18:31 +0000 (08:18 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 30 Sep 2009 08:18:31 +0000 (08:18 +0000)
helm/software/components/ng_refiner/nCicUnifHint.ml

index bdd5b080b87bc2cdb2e45b44c39b18bccfb186b9..a17d7e8a670694bb6a4bfc263de475e6212f2099 100644 (file)
@@ -342,11 +342,11 @@ let generate_dot_file status fmt =
                (NCicPp.ppterm 
                 ~margin:max_int ~metasenv:[] ~context:[] ~subst:[] r)
             in
-            let hint = 
+            let hint =  "???" (*
               string_of_int precedence ^ "..." ^
               Str.global_substitute (Str.regexp "\n") (fun _ -> "")
                (NCicPp.ppterm 
-                ~margin:max_int ~metasenv:[] ~context:[] ~subst:[] hint)
+                ~margin:max_int ~metasenv:[] ~context:[] ~subst:[] hint)*)
             in
             nodes := (mangle l,l) :: (mangle r,r) :: !nodes;
             edges := (mangle l, mangle r, hint) :: !edges)