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

import GHC.Core.Multiplicity
import GHC.Core.Type

mkFunctionType :: Mult -> Type -> Type -> Type