如何在Haskell中实现这一目标?
最佳答案
Hoogle是您的 friend :
http://haskell.org/hoogle/?hoogle=Char+-%3E+Int
import Data.Char
ord 'a'
chr 98
如何在Haskell中实现这一目标?
最佳答案
Hoogle是您的 friend :
http://haskell.org/hoogle/?hoogle=Char+-%3E+Int
import Data.Char
ord 'a'
chr 98