refactor: abbrev open'/close - #815
Conversation
b322cb1 to
eb1842c
Compare
Change `open'` and `close` from `def` to `abbrev` in the untyped locally nameless lambda calculus basics.
c067de7 to
c0b6289
Compare
|
!radar |
|
Benchmark results for c0b6289 against 809bb39 are in. No significant results found. @chenson2018
Small changes (2🟥)
|
|
Can I ask what the motivation is for this change? It's unclear to me what benefit this has. |
|
24 less awesome-lambda-calculus/Fokker_challenge@b85418a Update: more example : |
|
One example : unfold open'
rw [lcAt_openRec_iff_lcAt _ _ _ hN]
grind |
|
Another example:
|
|
I'm skeptical that making these |
Is there any example?
Do we really want to add two equivalent versions of |
Dropped the [HasFresh Var]
Moved [DecidableEq Var] later, where it is actually needed
open' and close turned into abbrevs (instead of defs)