Skip to content

Commit

Permalink
Add the function name to the error messages in resolveLHNames
Browse files Browse the repository at this point in the history
  • Loading branch information
facundominguez committed Dec 12, 2024
1 parent bd7dcd8 commit 919776d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ resolveLHNames cfg thisModule localVars impMods globalRdrEnv lmap bareSpec0 depe
sp1
return (sp2, logicNameEnv0)
else
return (error "invalid spec", error "invalid logic environment")
return (error "resolveLHNames: invalid spec", error "resolveLHNames: invalid logic environment")
logicNameEnv' = extendLogicNameEnv logicNameEnv ns
if null es then
Right (bs, logicNameEnv')
Expand Down

0 comments on commit 919776d

Please sign in to comment.