Idris2-boot/tests/ttimp/basic001/expected
Edwin Brady 6385cb6e0f A bit more on performance
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.
2019-05-20 18:41:08 +01:00

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!