package timedesc

  1. Overview
  2. Docs

Source file int_set.ml

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

    let compare = compare
  end)
OCaml

Innovation. Community. Security.