module TclCompatibility (killThread,module TclPrim) where import TclPrim killThread :: a -> IO () killThread _ = return ()