We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77d09fe commit 4cdae32Copy full SHA for 4cdae32
plugins/primus_dictionary/primus_dictionary_main.ml
@@ -163,7 +163,7 @@ module Main(Machine : Primus.Machine.S) = struct
163
Returns nil if KEY was the last key in the dictionary.
164
Could be used together with DICT-FIRST for iterating.|};
165
166
- def "dict-length" (tuple [sym] @-> int) (module First)
+ def "dict-length" (tuple [sym] @-> int) (module Length)
167
{|(dict-first DIC) is the total number of keys in DIC.|};
168
]
169
end
0 commit comments