derive-has-field-0.1.2.1: test/Import/Types.hs
module Import.Types where
newtype X = X {yHello :: String}
newtype A = B {b :: String}
newtype C = C String
data D = D {d :: String} | E {e :: String}
newtype F = F {fHello :: String}
module Import.Types where
newtype X = X {yHello :: String}
newtype A = B {b :: String}
newtype C = C String
data D = D {d :: String} | E {e :: String}
newtype F = F {fHello :: String}