brittany icon indicating copy to clipboard operation
brittany copied to clipboard

Brittany removes CApiFFI data comments

Open noughtmare opened this issue 3 years ago • 1 comments

For example, running brittany on the following (based on the GHC docs):

data    {-# CTYPE "unistd.h" "useconds_t" #-} T

Results in:

data T

noughtmare avatar Mar 07 '21 12:03 noughtmare

This sounds related to #295. Both involve pragma comments mysteriously disappearing from things.

tfausak avatar Nov 29 '21 02:11 tfausak