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
9 lines
240 B
Plaintext
9 lines
240 B
Plaintext
Processing as TTImp
|
|
Written TTC
|
|
Yaffle> 8
|
|
Yaffle> (Main.S (Main.S (Main.S (Main.S (Main.S Main.Z)))))
|
|
Yaffle> (Main.S (Main.S (Main.S (Main.S (Main.S Main.Z)))))
|
|
Yaffle> Main.Z
|
|
Yaffle> (Main.S (Main.S (Main.S Main.Z)))
|
|
Yaffle> Bye for now!
|