snix/third_party/bazel/rules_haskell/tests/hs-boot/MA.hs

8 lines
95 B
Haskell

module MA where
import MB (TB (..))
newtype TA = MkTA Int
f :: TB -> TA
f (MkTB x) = MkTA x