1 Mar
2003
1 Mar
'03
12:37 a.m.
"Mike T. Machenry" <dskippy@ccs.neu.edu> writes:
I recently desided I wanted a bunch function to return float instead of Int. [...] I found fromInteger but it didn't seem to work on the return value of the cardinality function for instance.
Try fromIntegral, which works for Int and Integer, too. Feri.