Permalink
Cannot retrieve contributors at this time
6 lines (5 sloc)
132 Bytes
|
let counter = ref 0 |
|
|
|
let unique_id s = |
|
let id = String.concat "" [s; (BatString.of_int (!counter))] in |
|
incr counter; |
|
id |
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.