mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-12-26 22:32:44 +03:00
6385cb6e0f
Most notably, when elaborating deferring argument, if the hole standing for the argument is still a hole, fill it in directly rather than going via unification. This prevents some needless evaluation.
14 lines
371 B
Plaintext
14 lines
371 B
Plaintext
Processing as TTImp
|
|
Written TTC
|
|
Yaffle> (Main.S (Main.S (Main.S (Main.S Main.Z))))
|
|
Yaffle> (Main.S (Main.S (Main.S (Main.S (Main.S Main.Z)))))
|
|
Yaffle> Bye for now!
|
|
Processing as TTC
|
|
Read 0 holes
|
|
Read 0 guesses
|
|
Read 12 constraints
|
|
Read TTC
|
|
Yaffle> (Main.S (Main.S (Main.S (Main.S Main.Z))))
|
|
Yaffle> (Main.S (Main.S (Main.S (Main.S (Main.S Main.Z)))))
|
|
Yaffle> Bye for now!
|