haskell-tools-builtin-refactorings-1.0.0.0: test/ExtensionOrganizerTest/RecordWildCardsTest/Definitions.hs
module Definitions where
data T = T { a :: Int
, b :: Int -> Bool
, c :: Double
}
module Definitions where
data T = T { a :: Int
, b :: Int -> Bool
, c :: Double
}