Skip to content
Snippets Groups Projects
Commit 9b30d9de authored by Gergő Érdi's avatar Gergő Érdi
Browse files

Fix typo in panic message

parent 63a9d938
No related merge requests found
...@@ -421,7 +421,7 @@ lookup_aux_id :: TypeEnv -> Var -> Id ...@@ -421,7 +421,7 @@ lookup_aux_id :: TypeEnv -> Var -> Id
lookup_aux_id type_env id lookup_aux_id type_env id
= case lookupTypeEnv type_env (idName id) of = case lookupTypeEnv type_env (idName id) of
Just (AnId id') -> id' Just (AnId id') -> id'
_other -> pprPanic "lookup_axu_id" (ppr id) _other -> pprPanic "lookup_aux_id" (ppr id)
\end{code} \end{code}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment