2009/10/7 michael rice <nowgate at yahoo.com> > > Actually I used it to fake the Pascal ord(x) function: > > ord = fromEnum > > Problem? > > Michael > If the monomorphism restriction applies, the compiler (assuming you're using GHC) will tell you about it. -- Deniz Dogan