[project @ 1996-03-19 08:58:34 by partain]
[ghc-hetmet.git] / ghc / compiler / basicTypes / PragmaInfo.lhs
diff --git a/ghc/compiler/basicTypes/PragmaInfo.lhs b/ghc/compiler/basicTypes/PragmaInfo.lhs
new file mode 100644 (file)
index 0000000..fb02b0a
--- /dev/null
@@ -0,0 +1,18 @@
+%
+% (c) The AQUA Project, Glasgow University, 1996
+%
+\section[PragmaInfo]{@PragmaInfos@: The user's pragma requests}
+
+\begin{code}
+#include "HsVersions.h"
+
+module PragmaInfo where
+
+import Ubiq
+\end{code}
+
+\begin{code}
+data PragmaInfo
+  = NoPragmaInfo
+  | IWantToBeINLINEd
+\end{code}