package timedesc

  1. Overview
  2. Docs

Source file string_set.ml

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

    let compare = String.compare
  end)
OCaml

Innovation. Community. Security.