Add one small test to expr
This commit is contained in:
parent
faf3f20480
commit
cda969187a
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ void tst1_pp() {
|
|||
pp(fa(fa, fa)); std::cout << "\n";
|
||||
pp(lambda("x", ty, var(0))); std::cout << "\n";
|
||||
pp(pi("x", ty, var(0))); std::cout << "\n";
|
||||
pp(pi("x", ty, lambda("y", ty, var(0)))); std::cout << "\n";
|
||||
std::cerr << "=============== PP =====================\n";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue