Add one comment :-)
Thomas Gazagnaire 9 months ago 87a7fb08 02d3dff3
··· 1 1 + (* TODO: put the real implementation here -- for now it's just an in-memory database *) 2 2 + 1 3 type file = { content : string; size : int64 } 2 4 type dir = (string, file) Hashtbl.t 3 5 type entry = { name : string; file : file }