ghc-lib-parser-9.8.2.20240223: The GHC API, decoupled from GHC versions
Safe HaskellSafe-Inferred
LanguageHaskell2010

GHC.Core.Coercion.Opt

Synopsis

Documentation

optCoercion :: OptCoercionOpts -> Subst -> Coercion -> NormalCo Source #

optCoercion applies a substitution to a coercion, *and* optimises it to reduce its size

newtype OptCoercionOpts Source #

Coercion optimisation options

Constructors

OptCoercionOpts 

Fields