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

import {-# SOURCE #-} A (TA (..))

data TB = MkTB !Int

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