mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-11-28 14:06:26 +03:00
984c3ff70d
Changed nested names (and case blocks) to store the resolved name as the outer name, rather than the unresolved name, otherwise we'll have issues when loading from TTC
7 lines
76 B
Plaintext
7 lines
76 B
Plaintext
testlet 2
|
|
fn (S Z) (S Z)
|
|
fn2 (S Z) (S Z)
|
|
localdata Z
|
|
localdata (S (S Z))
|
|
:q
|