package otoml

  1. Overview
  2. Docs

Module Otoml.BaseSource

Sourcemodule type TomlInteger = sig ... end
Sourcemodule type TomlFloat = sig ... end
Sourcemodule type TomlDate = sig ... end
Sourcemodule type TomlImplementation = sig ... end
Sourcemodule Make (I : TomlInteger) (F : TomlFloat) (D : TomlDate) : TomlImplementation with type toml_integer = I.t and type toml_float = F.t and type toml_date = D.t
OCaml

Innovation. Community. Security.