Closed andreasabel closed 8 months ago
Thanks! I couldn't find any documentation on -Wx-partial
. How do I turn it off?
Ah, I think I just found it: -Wno-x-partial
If I understand the proposal correctly, it seems like -Wno-x-partial
is not backwards-compatible, so it would need to be done for GHC >= 9.8 in DListProperties.hs
. Is that correct?
Indeed, yes.
It seems that the use of
head
andtail
here is intended, so maybe just switch off the warning.