haskell-language-server-2.10.0.0: ghcide-test/data/boot/A.hs
{-# LANGUAGE TemplateHaskell #-}
module A where
import B( TB(..) )
newtype TA = MkTA Int
deriving Eq
f :: TB -> TA
f (MkTB x) = MkTA x
{-# LANGUAGE TemplateHaskell #-}
module A where
import B( TB(..) )
newtype TA = MkTA Int
deriving Eq
f :: TB -> TA
f (MkTB x) = MkTA x