次のコードはコンパイルされません。
let x = "hello" in
Printf.printf x
エラーは次のとおりです。
Error: This expression has type string but an expression was expected of type
('a, out_channel, unit) format =
('a, out_channel, unit, unit, unit, unit) format6
1)誰かがエラーメッセージの説明をすることができますか?
2)そしてなぜ文字列をprintfに渡せないのでしょうか?