diff options
Diffstat (limited to 'letter_table.kpl')
| -rw-r--r-- | letter_table.kpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/letter_table.kpl b/letter_table.kpl index e80f485..ad447be 100644 --- a/letter_table.kpl +++ b/letter_table.kpl @@ -1,7 +1,7 @@ // Read a utf8 string and count all the occurrences of each letter found -`export letter_table : ([string] +`export letter_table : ([String.string] table : Map[Char; U64] $ () @ string {[letter] ? table `has letter { |
