cvs commit: fptools/hdirect/src LibUtils.lhs MarshallDep.lhs MarshallEnum.lhs MarshallMethod.lhs MarshallType.lhs
Sigbjorn Finne <[email protected]> Thu, 30 Jan 2003 14:54:47 -0800
| Newsgroups | gmane.comp.lang.haskell.cvs.hdirect |
|---|---|
| Message-ID | <[email protected]> |
sof 2003/01/30 14:54:47 PST
Modified files:
hdirect/src LibUtils.lhs MarshallDep.lhs
MarshallEnum.lhs MarshallMethod.lhs
MarshallType.lhs
Log:
- MarshallEnum: avoid generating code that depends on a Bits Int instance
- MarshallType.coerceTy: use the Haskell numeric jiggle operator, fromIntegral,
being nice&explicit is just too hard these days.
Revision Changes Path
1.73 +2 -2 fptools/hdirect/src/LibUtils.lhs
1.53 +10 -9 fptools/hdirect/src/MarshallDep.lhs
1.46 +3 -3 fptools/hdirect/src/MarshallEnum.lhs
1.133 +2 -2 fptools/hdirect/src/MarshallMethod.lhs
1.129 +8 -15 fptools/hdirect/src/MarshallType.lhs