Open noughtmare opened 3 years ago
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.
For example, running brittany on the following (based on the GHC docs):
Results in: