module Use where import Class import Instance {-# NOINLINE ioA #-} ioA :: IO () ioA = IO () foo :: IO () foo = ioA `seq` ioA