Idris2/tests/idris2/record001
Edwin Brady dd95a549d5
Fix performance regression #1991 (#1995)
* Normalise types fully at the REPL

It was a bit odd that we only normalised the scope of function types and
not the arguments, and I can't remember the reason for that if there
even was one.

* Better way of using nf_metavars_threshold

If a term is getting big and probably needs normalising, we now have a
sizeLimit flag in quote, so we can use that instead of checking the size
afterwards. This is a handy heuristic for speeding up unification when
there's a term with lots of suspended computation. Fixes #1991
2021-10-11 23:53:52 +01:00
..
expected Fix performance regression #1991 (#1995) 2021-10-11 23:53:52 +01:00
input Add test script 2020-05-19 18:25:18 +01:00
Record.idr removed trailing whitespace (#955) 2021-01-21 11:33:03 +00:00
run Move rm -rf to the beginning of the test 2021-07-13 22:54:53 +01:00