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