potion_eval       404 core/potion.c      potion_eval(P, potion_byte_str(P,
potion_eval       943 core/potion.h  PN potion_eval(Potion *, PN);
potion_eval       107 core/string.c    return potion_eval(P, self);
potion_eval       149 test/api/potion-test.c   vPN(Closure) f1 = PN_CLOSURE(potion_eval(P, potion_str(P, "(x,y):x+y.")));
potion_eval       168 test/api/potion-test.c   add = potion_eval(P, potion_str(P, "(x, y): x + y."));
potion_eval       174 test/api/potion-test.c   add = potion_eval(P, potion_str(P, "(x=N|y=N): x + y."));
potion_eval       181 test/api/potion-test.c   add = potion_eval(P, potion_str(P, "(x=N,y:=1): x + y."));
potion_eval       190 test/api/potion-test.c   add = potion_eval(P, potion_str(P, "(x, y): x + y."));
potion_eval       199 test/api/potion-test.c   add = potion_eval(P, potion_str(P, "(x=N|y=N): x + y."));
potion_eval       207 test/api/potion-test.c   add = potion_eval(P, potion_str(P, "(x=N|y:=1): x + y."));