Files
rose-ash/lib/haskell/tests/deriving.sx
giles 1c45262577
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 34s
haskell: deriving (Eq, Show) for ADTs (+11 tests, 565/565)
Parser parses optional deriving clause; only appended to AST when non-empty.
hk-bind-decls! data arm generates dictShow_Con / dictEq_Con per constructor.
hk-binop == and /= now deep-force both sides (SX dict equality is by
reference — two thunks wrapping the same value compared as not-equal without
this). Three token-type fixes in the deriving parser (lparen/rparen/comma,
not "special").

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-06 12:25:51 +00:00

2.6 KiB