packages feed

ghcide-1.2.0.0: 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