From 14dc8a4649ee492b294cd1eb560049b1c00ef817 Mon Sep 17 00:00:00 2001 From: Daniil Iaitskov Date: Wed, 14 Apr 2021 10:41:45 -0400 Subject: [PATCH] comment-loadModule-resolution comment that searchPath is not used by loadModules --- src/Hint/Context.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Hint/Context.hs b/src/Hint/Context.hs index 15f113d..0a4ea44 100644 --- a/src/Hint/Context.hs +++ b/src/Hint/Context.hs @@ -189,7 +189,7 @@ isPhantomModule mn = do (as,zs) <- getPhantomModules -- | Tries to load all the requested modules from their source file. -- Modules my be indicated by their ModuleName (e.g. \"My.Module\") or --- by the full path to its source file. +-- by the full path to its source file (searchPath is not used). -- -- The interpreter is 'reset' both before loading the modules and in the event -- of an error.