标签: haskell char int
如何在Haskell中实现这一目标?
答案 0 :(得分:11)
Hoogle是你的朋友:
http://haskell.org/hoogle/?hoogle=Char+-%3E+Int
import Data.Char ord 'a' chr 98