about summary refs log tree commit diff
path: root/third_party/bazel/rules_haskell/tests/hs-boot/MA.hs
blob: 4e012859624238f9f761dfb77a0a7b2b1af02ee1 (plain) (blame)
1
2
3
4
5
6
7
8
module MA where

import MB (TB (..))

newtype TA = MkTA Int

f :: TB -> TA
f (MkTB x) = MkTA x