Sha256: c3f6bb82bbd485f1b6a43b8bb557583e87f2c45c7ef1b8edf49b50d174cd1584
Contents?: true
Size: 234 Bytes
Versions: 151
Compression:
Stored size: 234 Bytes
Contents
open Core (** * 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
151 entries across 151 versions & 1 rubygems