summaryrefslogtreecommitdiff
path: root/compiler/main/DynFlags.hs-boot
blob: 9f14d416006448c501be8603de0c7fb34f246895 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

module DynFlags where

import Platform

data DynFlags

tracingDynFlags :: DynFlags

targetPlatform :: DynFlags -> Platform
pprUserLength :: DynFlags -> Int
pprCols :: DynFlags -> Int