summaryrefslogtreecommitdiff
path: root/compiler/GHC/Core/TyCo/FVs.hs-boot
blob: bc890c9784655d51c8e0fa2d0bd93a57ebeb8222 (plain)
1
2
3
4
5
6
module GHC.Core.TyCo.FVs where

import GHC.Prelude ( Bool )
import {-# SOURCE #-} GHC.Core.TyCo.Rep ( Type )

noFreeVarsOfType :: Type -> Bool