ghc-9.13: The GHC API
Safe HaskellNone
LanguageGHC2021

GHC.Driver.Session.Units

Documentation

initMulti Source #

Arguments

:: NonEmpty String 
-> (DynFlags -> [(String, Maybe Phase)] -> [String] -> [String] -> IO ())

Function to lint initMulti DynFlags and sources. In GHC, this is instanced to checkOptions.

-> Ghc [(String, Maybe UnitId, Maybe Phase)]