Skip to content
Snippets Groups Projects
Commit 1ff61314 authored by Sylvain Henry's avatar Sylvain Henry Committed by Marge Bot
Browse files

Fix wrong comment about UnitState

[CI skip]
parent 6cfdca9f
No related branches found
No related tags found
No related merge requests found
......@@ -119,11 +119,7 @@ import qualified Data.Set as Set
-- ---------------------------------------------------------------------------
-- The Unit state
-- | Unit state is all stored in 'DynFlags', including the details of
-- all units, which units are exposed, and which modules they
-- provide.
--
-- The unit state is computed by 'initUnits', and kept in DynFlags.
-- The unit state is computed by 'initUnits', and kept in HscEnv.
-- It is influenced by various command-line flags:
--
-- * @-package \<pkg>@ and @-package-id \<pkg>@ cause @\<pkg>@ to become exposed.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment