j
k
j a
j l
You may want to look at the library function `toEnum' toEnum :: (Enum a) => Int -> a since Char is an Enum, the following code should work just fine:
toEnum 70 :: Char
Back to the thread
Back to the list