brittany
brittany copied to clipboard
Brittany removes CApiFFI data comments
For example, running brittany on the following (based on the GHC docs):
data {-# CTYPE "unistd.h" "useconds_t" #-} T
Results in:
data T
This sounds related to #295. Both involve pragma comments mysteriously disappearing from things.