
14 Jun
2004
14 Jun
'04
2:02 p.m.
panne 2004/06/14 11:02:26 PDT Modified files: src/prelude/FFI CTypes.h CTypes.hs CTypesExtra.hs Log: * s/NUMERIC_TYPE/ARITHMETIC_TYPE/ * ARITHMETIC_TYPEs now have a Real instance (should probably be tracked in some magic .hi files => Malcolm?) * Reverted most of my attempt to make CTypes* conform to the FFI spec: I can't manage to compile any Bit instances at this stage, neither Data.Bits nor NHC.SizedTypes is available. There must be some way to teach this to nhc98 by hand first => Malcolm? Revision Changes Path 1.3 +8 -11 nhc98/src/prelude/FFI/CTypes.h 1.7 +2 -2 nhc98/src/prelude/FFI/CTypes.hs 1.5 +4 -4 nhc98/src/prelude/FFI/CTypesExtra.hs