clash-lang / clash-compiler

Haskell to VHDL/Verilog/SystemVerilog compiler
https://clash-lang.org/
Other
1.4k stars 147 forks source link

Look through annotations in tyfam solving #2673

Closed christiaanb closed 4 months ago

christiaanb commented 4 months ago
  1. Annotations are implemented as type synonyms.
  2. GHC looks through type synonyms when matching type families
  3. So Clash should do the same.

Fixes #2593

Still TODO: