Skip to content

Commit

Permalink
update inline doc
Browse files Browse the repository at this point in the history
  • Loading branch information
soulomoon committed Nov 4, 2024
1 parent 4bdc2c8 commit c4bb53a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ghcide/session-loader/Development/IDE/Session.hs
Original file line number Diff line number Diff line change
Expand Up @@ -438,8 +438,8 @@ loadSessionWithOptions recorder SessionLoadingOptions{..} rootDir que = do
-- they are inconsistent. So, everywhere you modify 'fileToFlags',
-- you have to modify 'filesMap' as well.
filesMap <- newVar HM.empty :: IO (Var FilesMap)
pendingFilesTQueue <- newTQueueIO
-- Pending files waiting to be loaded
pendingFilesTQueue <- newTQueueIO
-- Version of the mappings above
version <- newVar 0
biosSessionLoadingVar <- newVar Nothing :: IO (Var (Maybe SessionLoadingPreferenceConfig))
Expand Down

0 comments on commit c4bb53a

Please sign in to comment.