summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Real.hs-boot
blob: 7805675e3f3e44c96b3dfa50ba1784d550b5a8b9 (plain)
1
2
3
4
5
6
7
{-# LANGUAGE NoImplicitPrelude, KindSignatures #-}

module GHC.Real where

import GHC.Types (Type)

class Integral (a :: Type)