mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-12-30 00:04:55 +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
|