emiflake / PureAdventure

An attempt at PureScript adventure.land bindings
2 stars 1 forks source link

cleaning up imports #4

Closed bbarker closed 4 years ago

bbarker commented 4 years ago

Nothing major, mostly just making imports explicit, and alphabetizing imports.

bbarker commented 4 years ago

It does seem to be a PureScript idiom, and really clears things up compared to the Haskell defaults. It is a bit annoying at first; sometimes when I'm on a feature branch, I don't worry about such things.

I gather some people use editor plugins to manage imports automatically, which I really should look into.