ocaml
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix a bug in code Forest_graphs.init (which isn't used atm)

+1 -1
+1 -1
lib/core/Forest_graphs.ml
··· 18 18 19 19 let init (db : Dl.db) : (module S) = 20 20 (module struct 21 - let dl_db = Dl.db_create () 21 + let dl_db = db 22 22 23 23 let register_uri uri = 24 24 let vtx : Vertex.t = T.Uri_vertex uri in