```js const cleanup = effect(()=>{ console.log(`${foo} and ${bar}`) }) cleanup() ``` Why not add this functionality?