]> matita.cs.unibo.it Git - helm.git/commitdiff
...
authorEnrico Tassi <enrico.tassi@inria.fr>
Mon, 12 Oct 2009 08:05:05 +0000 (08:05 +0000)
committerEnrico Tassi <enrico.tassi@inria.fr>
Mon, 12 Oct 2009 08:05:05 +0000 (08:05 +0000)
helm/software/components/grafite_engine/grafiteEngine.ml

index d78610c3744ed054c3d242c4e41f926439b0b82e..71ac2939a7c8d6a7ab94c17a584871c19ec6eabc 100644 (file)
@@ -536,7 +536,7 @@ let index_obj_for_auto status (uri, height, _, _, kind) =
   | NCic.Constant (_,_,Some _, ty, _) ->
      let ty,_,_ = NCicMetaSubst.saturate [] [] [] ty 0 in
       [ty,NCic.Const(NReference.reference_of_spec uri (NReference.Def height))]
-  | NCic.Constant (_,_,None _, ty, _) ->
+  | NCic.Constant (_,_,None, ty, _) ->
      let ty,_,_ = NCicMetaSubst.saturate [] [] [] ty 0 in
       [ty,NCic.Const(NReference.reference_of_spec uri (NReference.Decl))]
  in