We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdca8d7 commit 95174f3Copy full SHA for 95174f3
contents/huffman_encoding/code/ocaml/huffman.ml
@@ -85,7 +85,7 @@ let huffman huffman_tree = prefixes_of_tree "" huffman_tree
85
let char_to_str = Printf.sprintf "%c"
86
87
let str_list msg =
88
- List.map char_to_str @@ str_to_charlist msg
+ List.map char_to_str (str_to_charlist msg)
89
90
let list_to_string lst =
91
String.concat "" lst
0 commit comments