test: old frontend exports at new frontend

We can now "see" exports made in the old frontend in the new one.

cc @dselsam @kha
This commit is contained in:
Leonardo de Moura 2020-01-11 13:49:42 -08:00
parent 3e233b6f3d
commit 6762f8ea9a

View file

@ -27,9 +27,11 @@ set_option pp.all true
#check foo 1
#check foo 3 (c := Bool.false)
#check foo 3 (c := false)
def Nat.boo (a : Nat) :=
succ a -- succ here is resolved as `Nat.succ`.
#check Nat.boo
#check true