summaryrefslogtreecommitdiff
path: root/hashtable.sml
diff options
context:
space:
mode:
authorVladimir Azarov <avm@intermediate-node.net>2025-06-04 20:45:08 +0200
committerVladimir Azarov <avm@intermediate-node.net>2025-06-04 20:45:08 +0200
commit9ccb3fce8e390f09fa5b812a77f7a65c10c5e4b1 (patch)
treebdbbce79c18fdb2e68592ed828f43da0b03ecf8f /hashtable.sml
parent546a5861526192a908f2aa2bfc3cfe4f3f3baf43 (diff)
Registration of declarations
Diffstat (limited to 'hashtable.sml')
-rw-r--r--hashtable.sml1
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