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

import B (TB (..))

newtype TA = MkTA Int

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