Update parser-typechecker/src/Unison/PrintError.hs

Co-authored-by: Chris Penner <christopher.penner@gmail.com>
This commit is contained in:
Rúnar 2024-01-25 14:57:43 -05:00 committed by GitHub
parent cb226e1446
commit 9728e44dc2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -635,7 +635,6 @@ renderTypeError e env src _curPath = case e of
C.Exact -> (_1 %~ (s :)) . r
C.WrongType -> (_2 %~ (s :)) . r
C.WrongName -> (_3 %~ (s :)) . r
-- libPath = Path.absoluteToPath' curPath Path.:> "lib"
undefinedSymbolHelp =
Pr.wrap $
mconcat