macaw/macaw-riscv/tests
Ryan Scott 6e020bcde6 Fix -Wincomplete-uni-patterns warnings
GHC 9.2 adds `-Wincomplete-uni-patterns` to `-Wall`, which uncovers a slew of
previously unnoticed warnings in `macaw`. This patch fixes them, mostly by
adding explicit fall-through cases.
2022-05-31 15:50:48 -04:00
..
riscv Add RV32GC support to macaw-riscv (#269) 2022-03-21 14:08:50 -07:00
Main.hs Add RISC-V backend (#259) 2022-03-04 12:44:46 -08:00
RISCVTests.hs Fix -Wincomplete-uni-patterns warnings 2022-05-31 15:50:48 -04:00
Shared.hs Fix -Wincomplete-uni-patterns warnings 2022-05-31 15:50:48 -04:00