Sha256: 2b0b52541b3f4deea47262d782feddc15b05c241b05d981fc9cc63e18714b5a9
Contents?: true
Size: 298 Bytes
Versions: 50
Compression:
Stored size: 298 Bytes
Contents
(* anagram = fn: string -> string list -> string list given a starting word and a list of candidate words determine which candidate words are anagrams of the starting word *) fun anagram (word: string) (candidates: string list): string list = raise Fail "'anagram' has not been implemented"
Version data entries
50 entries across 50 versions & 1 rubygems