serokell / universum

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

Remove 'getArgs' from 'Lifted.Env' #178

Closed chshersh closed 6 years ago

chshersh commented 6 years ago

Probably there's no much sense in having lifted getArgs.

Also, let's think about exit* functions. Do we need them all? At least it's strange to export function with type:

exitWith :: MonadIO m => ExitCode -> m a

but not export ExitCode type.