stylish-haskell icon indicating copy to clipboard operation
stylish-haskell copied to clipboard

#ifdef gets removed in module header

Open ursi opened this issue 5 months ago • 0 comments

any formatting of the module header will remove the #ifdef and #endif

module Email
  ( Email
  , mkEmail
#ifdef TESTING
  , mkEmailUNSAFE
#endif
  , unEmail
  , validate
  ) where

ursi avatar Jan 26 '24 00:01 ursi