ghc-8.2.1: typecheck/TcInstDcls.hs-boot
{-
(c) The University of Glasgow 2006
(c) The GRASP/AQUA Project, Glasgow University, 1992-1998
-}
module TcInstDcls ( tcInstDecls1 ) where
import HsSyn
import TcRnTypes
import TcEnv( InstInfo )
import TcDeriv
import Name
-- We need this because of the mutual recursion
-- between TcTyClsDecls and TcInstDcls
tcInstDecls1 :: [LInstDecl Name] -> TcM (TcGblEnv, [InstInfo Name], [DerivInfo])