diff options
Diffstat (limited to 'gensym.sml')
| -rw-r--r-- | gensym.sml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -structure Gensym = +structure GenSym = struct val counter : int ref = ref 0 fun new () : int = (counter := (!counter + 1) ; !counter) |
