1
1
mirror of https://github.com/anoma/juvix.git synced 2024-09-19 04:27:20 +03:00
juvix/test/Typecheck
Paul Cadman 346b18fd67
Use the target of aliases when resolving name signatures and iterators (#2669)
* Closes https://github.com/anoma/juvix/issues/2664

As well as this fix we rename lens scopedIdenName to scopedIdenSrcName.
`scopedIdenSrcName` refers to the name of an identifier from the source
code. The name `scopedIdenName` is confusing because users of
`ScopedIden` may think that this lens refers to the only name associated
with `ScopedIden`, they may want `scopedIdenNameFinal` instead.
2024-02-26 11:53:47 +00:00
..
Negative.hs Fix typos (#2573) 2024-01-08 13:27:18 +01:00
NegativeNew.hs Fix typos (#2573) 2024-01-08 13:27:18 +01:00
Positive.hs Use the target of aliases when resolving name signatures and iterators (#2669) 2024-02-26 11:53:47 +00:00