purescript-node / purescript-node-fs

Node.js file I/O for purescript
MIT License
33 stars 34 forks source link

Drop the `JSCallback` and `Callback` type aliases #79

Open JordanMartinez opened 1 year ago

JordanMartinez commented 1 year ago

IMO, these tend to decrease the readability of the underlying API.

garyb commented 1 year ago

Makes sense to me :+1:

JordanMartinez commented 1 year ago

I've already made the next breaking release (v9.0.0), so this will have to be done another day.