ghc-lib-9.10.1.20240511: The GHC API, decoupled from GHC versions
Safe HaskellIgnore
LanguageGHC2021

GHC.Driver.Pipeline.LogQueue

Synopsis

Documentation

data LogQueue Source #

Each module is given a unique LogQueue to redirect compilation messages to. A Nothing value contains the result of compilation, and denotes the end of the message queue.

allLogQueues :: LogQueueQueue -> [LogQueue] Source #

Return all items in the queue in ascending order