Is there a way to convert values of type Char to their numerical ASCII codes in Fay?
(The Haskell Prelude offers the function fromEnum and the equivalent function ord, but I don't see anything similar in the Fay Prelude.)
The documentation for the fay-base package notes a lot of type classes, but since Fay doesn't support type classes, I assume that fromEnum is not supported either?