diff options
Diffstat (limited to 'hashtable.sml')
-rw-r--r-- | hashtable.sml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hashtable.sml b/hashtable.sml index 286d241..811d83b 100644 --- a/hashtable.sml +++ b/hashtable.sml @@ -5,7 +5,6 @@ structure Hashtable: HASHTABLE = struct (* buf * taken * mask *) type 'a t = ((string * 'a) option array * int * word) ref - val ` = Word.fromInt val ~> = Word.toInt |