Effect namespace object which is sprayed all over my modules. I’ve tried destructuring it at the top of each module into whatever individual functions and objects I'm using, but this gets painful to maintain. I have also tried just renaming it to something shorter when importing, like E or $, which does help a bit. But I feel uncomfortable when my code starts to look non-idiomatic - it adds friction when sharing and discussing code snippets, for example.Effect.Effect effect? Or should I just learn to live with it?