Idris2-boot/tests/idris2/basic018
Edwin Brady 819c9d7af1 Evaluate primitives (fromInteger etc)
At least as long as the number is small enough (currently set to < 100).
This is because it can open up further evaluation opportunities when
typechecking, and can make the term we're working with smaller - it also
makes display a bit neater.
Overall this makes some pathological cases of terrible performance much
better, without hurting anything else.
2020-04-23 21:21:08 +01:00
..
expected Evaluate primitives (fromInteger etc) 2020-04-23 21:21:08 +01:00
Fin.idr Remove trailing whitespace from Idris sources. 2019-10-25 14:24:25 -07:00
run Add a couple more tests 2019-06-29 20:03:00 +01:00