You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since dependency on Prelude is not manifested in module's imports directly, it may be incorrectly sorted topologically in Language.Haskell.Names.Recursive.groupModules.
We don't add Prelude to the output of getImports because it returns [ImportDecl l], and we don't have any annotations for the virtual Prelude import. So we should change the type of getImports somehow.
The text was updated successfully, but these errors were encountered:
Since dependency on Prelude is not manifested in module's imports directly, it may be incorrectly sorted topologically in
Language.Haskell.Names.Recursive.groupModules
.We don't add
Prelude
to the output ofgetImports
because it returns[ImportDecl l]
, and we don't have any annotations for the virtual Prelude import. So we should change the type ofgetImports
somehow.The text was updated successfully, but these errors were encountered: