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:
parent
3e233b6f3d
commit
6762f8ea9a
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue