summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Conc.lhs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/base/GHC/Conc.lhs-boot')
-rw-r--r--libraries/base/GHC/Conc.lhs-boot9
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/base/GHC/Conc.lhs-boot b/libraries/base/GHC/Conc.lhs-boot
new file mode 100644
index 0000000000..5fd45cfa95
--- /dev/null
+++ b/libraries/base/GHC/Conc.lhs-boot
@@ -0,0 +1,9 @@
+\begin{code}
+{-# OPTIONS_GHC -XNoImplicitPrelude #-}
+
+module GHC.Conc where
+
+import GHC.Prim
+
+data ThreadId = ThreadId ThreadId#
+\end{code}