package otoml

  1. Overview
  2. Docs

Source file otoml.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
include Common

module Base = struct
  include Common
  include Impl_sigs
  include Default_impl

  include Otoml_base
end

module DefaultImpl = Base.Make (Base.OCamlNumber) (Base.StringDate)

include DefaultImpl
OCaml

Innovation. Community. Security.