Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Haskell 関数に入力が与えられたとします。これは、Unicode コード ポイントの番号であるはずです。これを対応する文字に変換するにはどうすればよいですか?
例:
123 ~ '{'.
を使用しtoEnumます。(Charsは型クラスを実装しEnumます。)
toEnum
Char
Enum