Idris2/tests/idris2/reflection012
Edwin Brady 2f6ec76223
Get information about names in reflection (#2110)
* Only normalise a search goal if it's fast

While we do end up normalising it anyway on success, there might be
things blocking it that make the intermediate terms very big, so only do
it speculatively to see if it's quick.

* Get information about names in reflection

Currently this is only whether it's a function, or data or type
constructor. I expect more may be useful/possible.
2021-11-07 15:06:53 +00:00
..
expected Get information about names in reflection (#2110) 2021-11-07 15:06:53 +00:00
input Get information about names in reflection (#2110) 2021-11-07 15:06:53 +00:00
nameinfo.idr Get information about names in reflection (#2110) 2021-11-07 15:06:53 +00:00
run Get information about names in reflection (#2110) 2021-11-07 15:06:53 +00:00