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

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

data TB = MkTB !Int

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