fix: lean-gdb.py

This commit is contained in:
Sebastian Ullrich 2019-12-13 19:17:17 +01:00 committed by Leonardo de Moura
parent 6a2dbad53f
commit f90809f123

View file

@ -162,6 +162,7 @@ class LeanExprPrinter:
('lit', ['literal']),
('mdata', ['kvmap', 'expr']),
('proj', ['name', 'nat', 'expr']),
('elet', ['name', 'name', 'expr']),
]