1 2 3 4 5 6 7 8 9 10 11
module DynFlags where import Platform data DynFlags targetPlatform :: DynFlags -> Platform pprUserLength :: DynFlags -> Int pprCols :: DynFlags -> Int