Module Irmin_mirage_graphql.ServerSource

Sourcemodule type S = sig ... end
Sourcemodule Make (Http : Cohttp_lwt.S.Server) (Store : Irmin.S with type Private.Sync.endpoint = Smart_git.Endpoint.t) (Pclock : Mirage_clock.PCLOCK) : S with module Pclock = Pclock and module Store = Store and module Http = Http