purescript-foreign icon indicating copy to clipboard operation
purescript-foreign copied to clipboard

Remove the `F` and `FT` alias (pending auto-migration tool)

Open srghma opened this issue 4 years ago • 6 comments

it's useless alias that makes code harder to read (not my words, but I agree)

type F = Except MultipleErrors

but this will be a breaking change

srghma avatar Jul 10 '20 15:07 srghma