[inline built in instances, don't work-wrap routines that are going to be inlined.
John Meacham <john@repetae.net>**20060309192943] hunk ./E/FromHs.hs 365
-primitiveInstances name = [(n,setProperties [prop_INSTANCE] $ tVr (toId n) (getType v),v) | (cn,n,v) <- constantMethods, cn == name]
+primitiveInstances name = [(n,setProperties [prop_INSTANCE,prop_INLINE] $ tVr (toId n) (getType v),v) | (cn,n,v) <- constantMethods, cn == name]
hunk ./E/WorkerWrapper.hs 66
+workWrap' _dataTable tvr _e | getProperty prop_INLINE tvr || getProperty prop_SUPERINLINE tvr = fail "going to be inlined"