From 9ccb3fce8e390f09fa5b812a77f7a65c10c5e4b1 Mon Sep 17 00:00:00 2001 From: Vladimir Azarov Date: Wed, 4 Jun 2025 20:45:08 +0200 Subject: Registration of declarations --- hashtable.sml | 1 - 1 file changed, 1 deletion(-) (limited to 'hashtable.sml') 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 -- cgit v1.2.3