Changes between Version 5 and Version 6 of Annotations
- Timestamp:
- 10/13/08 08:11:24 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Annotations
v5 v6 117 117 === Serialization Issues === 118 118 119 ==== Alternative 1 (Proposed) ==== =119 ==== Alternative 1 (Proposed) ==== 120 120 121 121 Another disadvantage of this new annotations scheme is that currently there is no standard Binary class in the Haskell libraries. We propose to add such a beast by adding [http://code.haskell.org/binary/ Data.Binary] as a boot library and supporting automatic instance deriving for it in GHC. The advantages of doing this rather than somehow reusing GHCs inbuilt Binary class are that:
