package irmin-server

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

inline

module type S = sig ... end
module Make (IO : Conn.IO) (Codec : Conn.Codec.S) (Store : Irmin.Generic_key.S) : S with module Store = Store and type Tree.kinded_key = Store.Tree.kinded_key and type Tree.concrete = Store.Tree.concrete and module Conn.IO = IO
OCaml

Innovation. Community. Security.