diff options
author | Vladimir Azarov <avm@intermediate-node.net> | 2025-06-04 20:45:08 +0200 |
---|---|---|
committer | Vladimir Azarov <avm@intermediate-node.net> | 2025-06-04 20:45:08 +0200 |
commit | 9ccb3fce8e390f09fa5b812a77f7a65c10c5e4b1 (patch) | |
tree | bdbbce79c18fdb2e68592ed828f43da0b03ecf8f /hashtable.sml | |
parent | 546a5861526192a908f2aa2bfc3cfe4f3f3baf43 (diff) |
Registration of declarations
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 |