@Kha The transition has begun :) I found and fixed a few bugs, but it is going well so far.
7 lines
144 B
Text
7 lines
144 B
Text
new_frontend
|
|
|
|
abbrev DelabM := Id
|
|
abbrev Delab := DelabM Nat
|
|
|
|
example : DelabM Nat := pure 1 -- works
|
|
example : Delab := pure 1 -- works
|