Changeset 3 in code for trunk/lib/string_set.ml
- Timestamp:
- Apr 15, 2022, 1:17:01 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/string_set.ml
r2 r3 1 1 include Set.Make(String) 2 2 3 let list_of_csv x = Re.Str.(split (regexp " *, *")) (String.trim x)3 let list_of_csv x = Str.(split (regexp " *, *")) (String.trim x) 4 4 let of_string x = of_list (list_of_csv x) 5 5 let to_string ?(pre="") ?(sep=", ") s =
Note:
See TracChangeset
for help on using the changeset viewer.