Changeset 3 in code for trunk/lib/topic_set.ml
- Timestamp:
- Apr 15, 2022, 1:17:01 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/topic_set.ml
r2 r3 1 let of_string x = Re.Str.(split (regexp " *> *")) (String.trim x)1 let of_string x = Str.(split (regexp " *> *")) (String.trim x) 2 2 3 3 let topic x =
Note:
See TracChangeset
for help on using the changeset viewer.