package timedesc

  1. Overview
  2. Docs

Source file int64_set.ml

1
2
3
4
5
include Set.Make (struct
    type t = int64

    let compare = compare
  end)
OCaml

Innovation. Community. Security.