diff options
Diffstat (limited to 'ghc/compiler/iface/TcIface.lhs-boot')
-rw-r--r-- | ghc/compiler/iface/TcIface.lhs-boot | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/ghc/compiler/iface/TcIface.lhs-boot b/ghc/compiler/iface/TcIface.lhs-boot deleted file mode 100644 index 25191fcaae..0000000000 --- a/ghc/compiler/iface/TcIface.lhs-boot +++ /dev/null @@ -1,13 +0,0 @@ -\begin{code} -module TcIface where -import IfaceSyn ( IfaceDecl, IfaceInst, IfaceRule ) -import TypeRep ( TyThing ) -import TcRnTypes ( IfL ) -import InstEnv ( Instance ) -import CoreSyn ( CoreRule ) - -tcIfaceDecl :: IfaceDecl -> IfL TyThing -tcIfaceInst :: IfaceInst -> IfL Instance -tcIfaceRule :: IfaceRule -> IfL CoreRule -\end{code} - |