X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FbasicTypes%2FPragmaInfo.lhs;fp=ghc%2Fcompiler%2FbasicTypes%2FPragmaInfo.lhs;h=fb02b0adb263574f52934ba5e2b8121bf14493a2;hb=6c381e873e222417d9a67aeec77b9555eca7b7a8;hp=0000000000000000000000000000000000000000;hpb=8147a9f0bcc48ef0db1e91f8b985a4f5c3fed560;p=ghc-hetmet.git diff --git a/ghc/compiler/basicTypes/PragmaInfo.lhs b/ghc/compiler/basicTypes/PragmaInfo.lhs new file mode 100644 index 0000000..fb02b0a --- /dev/null +++ b/ghc/compiler/basicTypes/PragmaInfo.lhs @@ -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}