Loading...

GHC.HsToCore.Types

Various types used during desugaring.

Documentation

type DsM = TcRnIf DsGblEnv DsLclEnv Source #

Desugaring monad. See also TcM.

data DsLclEnv Source #

Local state of the desugarer, extended as we lexically descend

Constructors

DsLclEnv 

Fields

data DsGblEnv Source #

Global read-only context and state of the desugarer. The statefulness is implemented through IORefs.