package stramon-lib

  1. Overview
  2. Docs

Source file string_set.ml

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

    let compare = String.compare
  end)