Idris2/libs
Edwin Brady f303e469fb Improve elaborator reflection performance
In a 'Bind', normalise the result of the first action, rather than
quoting the HNF. This improves performance since the HNF could be quite
big when quoted back.

Ideally, we wouldn't have to quote and unquote here, and we can probably
achieve this by tinkering with the evaluator.

This has an unfortunate effect on the reflection002 test, in that the
"typed template Idris" example now evaluates too much. But, I think the
overall performance is too important for the primary motivation
behind elaborator reflection. I will return to this!
2020-07-17 15:18:23 +01:00
..
base Improve elaborator reflection performance 2020-07-17 15:18:23 +01:00
contrib Make Text.Parser.between lazy (#385) 2020-07-14 14:33:22 +01:00
network Consolidate boolean expressions 2020-07-12 21:00:33 -05:00
prelude [ fix #346 ] Pull List.length into prelude (#450) 2020-07-14 12:15:57 +01:00