Skip to content

Commit 89a4e1c

Browse files
committed
fix alias names
1 parent e711056 commit 89a4e1c

File tree

1 file changed

+1
-1
lines changed
  • src/Juvix/Compiler/Concrete/Translation/FromParsed/Analysis

1 file changed

+1
-1
lines changed

src/Juvix/Compiler/Concrete/Translation/FromParsed/Analysis/Scoping.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1093,7 +1093,7 @@ entryToScopedIden name e = do
10931093
return
10941094
ScopedIden
10951095
{ _scopedIdenAlias = Just scopedName',
1096-
_scopedIdenFinal = setConcrete e'
1096+
_scopedIdenFinal = e'
10971097
}
10981098
si <- scopedIdenSrcName getFixityAndIterator si0
10991099
registerScopedIden False si

0 commit comments

Comments
 (0)