]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/library/coercDb.ml
huge commit regarding the grafite_status:
[helm.git] / helm / software / components / library / coercDb.ml
index c8be370f222e3cffc5f47caaecd8aef9d4875aaf..b7e3902296fc986edbffe93a7f5a161542c33e62 100644 (file)
@@ -85,8 +85,8 @@ let eq_carr ?(exact=false) src tgt =
   | _, _ -> false
 ;;
 
-let to_list () =
-  List.map (fun (s,t,l) -> s,t,List.map (fun a,_,b,c -> a,b,c) l) !db
+let to_list db =
+  List.map (fun (s,t,l) -> s,t,List.map (fun a,_,b,c -> a,b,c) l) db
 ;;
 
 let rec myfilter p = function