Idris2/tests/idris2/interface019/run
Edwin Brady 252292451f Add local hints (basic version)
This gives us the ability to define and use implementations locally, in
where clauses/local let bindings, as well as flag local definitions as
hints.
It's not yet quite equivalent to global hints, however, since it translated
the hint to a local let binding, which doesn't reduce, so if something
relies on the reduction behaviour of the hint, it won't work. This
refinement is coming later
2020-12-14 13:25:50 +00:00

4 lines
69 B
Plaintext
Executable File

$1 --no-color --console-width 0 LocalHints.idr --check
rm -rf build