potion_eval 906 core/potion.h PN potion_eval(Potion *, PN); potion_eval 106 core/string.c return potion_eval(P, self); potion_eval 392 front/potion.c potion_eval(P, potion_byte_str(P, potion_eval 148 test/api/potion-test.c vPN(Closure) f1 = PN_CLOSURE(potion_eval(P, potion_str(P, "(x,y):x+y."))); potion_eval 167 test/api/potion-test.c add = potion_eval(P, potion_str(P, "(x, y): x + y.")); potion_eval 173 test/api/potion-test.c add = potion_eval(P, potion_str(P, "(x=N|y=N): x + y.")); potion_eval 180 test/api/potion-test.c add = potion_eval(P, potion_str(P, "(x=N,y:=1): x + y.")); potion_eval 189 test/api/potion-test.c add = potion_eval(P, potion_str(P, "(x, y): x + y.")); potion_eval 198 test/api/potion-test.c add = potion_eval(P, potion_str(P, "(x=N|y=N): x + y.")); potion_eval 206 test/api/potion-test.c add = potion_eval(P, potion_str(P, "(x=N|y:=1): x + y."));