lean4-htt/tests/lean/run/121.lean
Leonardo de Moura 88a62f9f7e fix: #121 in the old frontend
This is temporary hack. We will delete this module in the near future.
2020-03-06 13:43:19 -08:00

10 lines
227 B
Text

abbrev DelabM := Id
abbrev Delab := DelabM Nat
example : DelabM Nat := pure 1 -- works
example : Delab := pure 1 -- works
new_frontend
example : DelabM Nat := pure 1 -- works
example : Delab := pure 1 -- works