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

module DynFlags where

import Platform

data DynFlags

targetPlatform       :: DynFlags -> Platform
pprUserLength        :: DynFlags -> Int
pprCols              :: DynFlags -> Int
unsafeGlobalDynFlags :: DynFlags
useUnicodeQuotes     :: DynFlags -> Bool