ghc-7.6.3: The GHC API

Safe HaskellNone

StaticFlags

Synopsis

Documentation

data Way Source

Constructors

Way 

opt_SuppressAll :: BoolSource

Suppress all that is suppressable in core dumps. Except for uniques, as some simplifier phases introduce new varibles that have otherwise identical names.

opt_SuppressUniques :: BoolSource

Suppress unique ids on variables. Except for uniques, as some simplifier phases introduce new variables that have otherwise identical names.

opt_SuppressCoercions :: BoolSource

Suppress all coercions, them replacing with ...

opt_SuppressModulePrefixes :: BoolSource

Suppress module id prefixes on variables.

opt_SuppressTypeApplications :: BoolSource

Suppress type applications.

opt_SuppressIdInfo :: BoolSource

Suppress info such as arity and unfoldings on identifiers.

opt_SuppressTypeSignatures :: BoolSource

Suppress separate type signatures in core, but leave types on lambda bound vars