serokell / universum

:milky_way: Prelude written in @Serokell
MIT License
176 stars 28 forks source link

Export more from safe-exceptions #114

Closed int-index closed 6 years ago

int-index commented 6 years ago

I studied the Cardano SL codebase and discovered that we explicitly import the following definitions from safe-exceptions:

I propose that we re-export them from Universum, except for throwString and handleAsync.

chshersh commented 6 years ago

I don't mind reexporting those functions. But I also want to prohibit handle because it's a very popular name for variable.