summaryrefslogtreecommitdiff
path: root/compiler/GHC/HsToCore/PmCheck/Types.hs-boot
blob: a7c472faa68f4b0b269b3a2a4adfe993049f9b38 (plain)
1
2
3
4
5
6
7
8
9
module GHC.HsToCore.PmCheck.Types where

import GHC.Data.Bag

data Delta

newtype Deltas = MkDeltas (Bag Delta)

initDeltas :: Deltas