mirror of
https://github.com/idris-lang/Idris2.git
synced 2025-01-05 15:08:00 +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
2 lines
42 B
Plaintext
2 lines
42 B
Plaintext
1/1: Building LocalHints (LocalHints.idr)
|