You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PureScript, as opposed to Haskell, doesn't seem to have `deriving` as
a keyword. I grepped over `purescript` compiler `tests/` directory to
be sure. Instead it has `derive` keyword, which is a top level one
that serves similar purpose to "deriving".
So rename `deriving` to `derive`.
0 commit comments