package timere

  1. Overview
  2. Docs

Source file int_set.ml

1
2
3
4
5
6
7
include CCSet.Make (struct
    type t = int

    let compare = compare
  end)

let to_seq x = x |> to_list |> CCList.to_seq
OCaml

Innovation. Community. Security.