hpython icon indicating copy to clipboard operation
hpython copied to clipboard

Replace as many `[Whitespace]` as possible with 'syntactic newtypes' instead

Open LightAndLight opened this issue 7 years ago • 0 comments

For example, where we have Maybe (NonEmpty Whitespace) we can instead have Maybe Async

LightAndLight avatar Dec 14 '18 06:12 LightAndLight