package caldav

  1. Overview
  2. Docs

Module Caldav.Webdav_fsSource

Sourcetype file = [
  1. | `File of string list
]
Sourcetype dir = [
  1. | `Dir of string list
]
Sourcetype file_or_dir = [
  1. | file
  2. | dir
]
Sourcemodule type S = sig ... end
Sourcemodule type KV_RW = sig ... end
Sourcemodule Make (Fs : KV_RW) : S with type t = Fs.t
OCaml

Innovation. Community. Security.