about summary refs log tree commit diff
path: root/third_party/bazel/rules_haskell/tests/hs-boot/MA.hs
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/bazel/rules_haskell/tests/hs-boot/MA.hs')
-rw-r--r--third_party/bazel/rules_haskell/tests/hs-boot/MA.hs8
1 files changed, 0 insertions, 8 deletions
diff --git a/third_party/bazel/rules_haskell/tests/hs-boot/MA.hs b/third_party/bazel/rules_haskell/tests/hs-boot/MA.hs
deleted file mode 100644
index 4e01285962..0000000000
--- a/third_party/bazel/rules_haskell/tests/hs-boot/MA.hs
+++ /dev/null
@@ -1,8 +0,0 @@
-module MA where
-
-import MB (TB (..))
-
-newtype TA = MkTA Int
-
-f :: TB -> TA
-f (MkTB x) = MkTA x