[improve documentation
John Meacham <john@repetae.net>**20080221052954] hunk ./docs/differences.mkd 9
-## Library Differences
+* Class methods are fully 'eta expanded' out to the argument count specified
+  by the type. This is often beneficial as instances that need to share
+  partial applications are rare. This behavior can be turned off with the
+  NOETA pragma for specific methods.
+
+## Library Changes
hunk ./docs/differences.mkd 21
-* Data.Int and Data.Word provide WordPtr, WordMax, IntPtr, and IntMax that
-   correspond to the C types uintptr_t, uintmax_t, intptr_t, and intmax_t
-   respectively.
-
-* class methods are fully 'eta expanded' out to the argument count specified
-   by the type. This is often beneficial as instances that need to share
-   partial applications are rare. This behavior can be turned off with the
-   NOETA pragma for specific methods.
-
hunk ./docs/differences.mkd 30
+
+## Library Additions
+
+There are many other additional libraries provided with jhc, here I list only
+changes that affect modules that are defined by the haskell 98 or FFI
+specifications.
+
+* Data.Int and Data.Word provide WordPtr, WordMax, IntPtr, and IntMax that
+   correspond to the C types uintptr_t, uintmax_t, intptr_t, and intmax_t
+   respectively.
+
hunk ./docs/differences.mkd 48
-
hunk ./docs/differences.mkd 79
-