diff options
Diffstat (limited to 'third_party/bazel/rules_haskell/tests/hs-boot/A.hs.in')
-rw-r--r-- | third_party/bazel/rules_haskell/tests/hs-boot/A.hs.in | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/third_party/bazel/rules_haskell/tests/hs-boot/A.hs.in b/third_party/bazel/rules_haskell/tests/hs-boot/A.hs.in deleted file mode 100644 index deeff5470b77..000000000000 --- a/third_party/bazel/rules_haskell/tests/hs-boot/A.hs.in +++ /dev/null @@ -1,8 +0,0 @@ -module A where - -import B (TB (..)) - -newtype TA = MkTA Int - -f :: TB -> TA -f (MkTB x) = MkTA x |