summaryrefslogtreecommitdiff
path: root/compiler/GHC/Tc/Utils/Concrete.hs-boot
blob: be8a2f63f657ea368b7a805552c0d4374e453bd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
module GHC.Tc.Utils.Concrete where

import GHC.Utils.Misc      ( HasDebugCallStack )
import GHC.Tc.Types        ( TcM )
import GHC.Tc.Types.Origin ( FixedRuntimeRepContext )
import GHC.Tc.Utils.TcType ( TcType )

hasFixedRuntimeRep_syntactic :: HasDebugCallStack
                             => FixedRuntimeRepContext
                             -> TcType
                             -> TcM ()