mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-17 08:11:45 +03:00
252292451f
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
4 lines
69 B
Plaintext
Executable File
4 lines
69 B
Plaintext
Executable File
$1 --no-color --console-width 0 LocalHints.idr --check
|
|
|
|
rm -rf build
|