Sha256: 9a9e8bc1a08a04e7333738075c46b26bf5a05df11bae43182fcd675ebbfee822
Contents?: true
Size: 266 Bytes
Versions: 177
Compression:
Stored size: 266 Bytes
Contents
(** Word-count exercise *) open Core.Std (** * 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
177 entries across 177 versions & 1 rubygems