works
This commit is contained in:
2
dune
2
dune
@ -14,7 +14,7 @@
|
|||||||
js_of_ocaml-lwt
|
js_of_ocaml-lwt
|
||||||
digestif.ocaml
|
digestif.ocaml
|
||||||
irmin.mem
|
irmin.mem
|
||||||
irmin-git.unix
|
irmin-git
|
||||||
zed
|
zed
|
||||||
gg
|
gg
|
||||||
|
|
||||||
|
|||||||
9
human.ml
9
human.ml
@ -34,12 +34,9 @@ module NVG = Graphv_webgl
|
|||||||
|
|
||||||
module Nav = struct
|
module Nav = struct
|
||||||
open Lwt.Infix
|
open Lwt.Infix
|
||||||
|
module G = Irmin_git.Mem
|
||||||
module Maker =
|
module KV = Irmin_git.KV (G) (Git.Mem.Sync (G))
|
||||||
Irmin_git.KV (Irmin_git.Mem) (Git.Mem.Sync (Irmin_git.Mem))
|
module S = KV.Make (Irmin.Contents.String)
|
||||||
|
|
||||||
module S = Maker.Make (Irmin.Contents.String)
|
|
||||||
module Sync = Irmin.Sync.Make (S)
|
|
||||||
|
|
||||||
type t = S.tree
|
type t = S.tree
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user