Skip to content

Commit

Permalink
Add a FIXME about module names.
Browse files Browse the repository at this point in the history
  • Loading branch information
robrix committed Oct 21, 2020
1 parent 5b9809a commit 4368bd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Facet/REPL.hs
Expand Up @@ -126,6 +126,7 @@ loop = do
Quit -> empty
Show t -> case t of
Paths -> gets ((pretty "search paths:" <\>) . nest 2 . unlines . map pretty . searchPaths) >>= print
-- FIXME: show module names
Modules -> gets (unlines . map pretty . Map.keys . files) >>= print
Load path -> load src path
Reload -> reload src
Expand Down

0 comments on commit 4368bd3

Please sign in to comment.