[modify jhc-prim
John Meacham <john@repetae.net>**20110202061756
 Ignore-this: c5cc988a3fbc776b57840f1920d92494
] hunk ./lib/jhc-prim/Jhc/Prim.hs 3
+data (->) :: ?? -> ? -> *
+
hunk ./lib/jhc-prim/Jhc/Prim/Bits.hs 8
-
hunk ./lib/jhc-prim/Jhc/Prim/Bits.hs 42
+-- type aliases to help document whether signed or unsigned
+-- uses are intended, they have no effect other than helping
+-- convey intent to someone reading the code.
+type Word_ = Bits32_
+type Int_  = Bits32_