Skip to content

Commit

Permalink
Update src/Juvix/Compiler/Concrete/Translation/FromParsed/Analysis/Sc…
Browse files Browse the repository at this point in the history
…oping.hs

Co-authored-by: Jan Mas Rovira <[email protected]>
  • Loading branch information
lukaszcz and janmasrovira authored Dec 16, 2024
1 parent 4c243b2 commit af56dae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ lookupSymbolAux modules final = do
let modules' = drop (length path1) modules
pref' = commonPrefix path2 modules'
lookPrefix pref' path2 modules'
when (not (null pref)) $
when (notNull pref) $
lookPrefix pref path2 modules
lookupLocalSymbolAux (const True) modules final

Expand Down

0 comments on commit af56dae

Please sign in to comment.