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

module DynFlags where

import Platform

data DynFlags

targetPlatform       :: DynFlags -> Platform
pprUserLength        :: DynFlags -> Int
pprCols              :: DynFlags -> Int
unsafeGlobalDynFlags :: DynFlags
useUnicode     :: DynFlags -> Bool
useUnicodeSyntax     :: DynFlags -> Bool