[Document lookupCType/lookupCType'
Samuel Bronson <naesten@gmail.com>**20070713175731] hunk ./DataConstructors.hs 428
+-- | Returns a string naming the C type that the given type is
+-- converted to/from in foreign imports/exports
hunk ./DataConstructors.hs 449
+-- | Finds the internal constructor, E field type, and C field type
+-- for an FFI-able single-field, single-constructor datatype like
+-- 'Int' (or a newtype thereof)