Sha256: 4c9b5c843ed2bdbb7be5de8a81908e23d7ada98640d9aa14a6d9559ff578086f
Contents?: true
Size: 241 Bytes
Versions: 68
Compression:
Stored size: 241 Bytes
Contents
open Core_kernel (** * Count occurences of words (consisting of letters and numbers) in the string. * * Words will be converted to lower case before comparison and insertion in the * map. *) val word_count : string -> int String.Map.t
Version data entries
68 entries across 68 versions & 1 rubygems