SIGN IN SIGN UP

Ignore some built-in calls during partial eval

Some buillt-in functions should not be partially evaluated because they
are not pure functions (e.g., http.send and time.now_ns are two exampels
we currently have.)

In the future, we may need to add variants of these functions that can
be evaluated during partial evaluation.

Fixes #622
T
Torin Sandall committed
972da6e797efcdb2c22dc78e3bbae568e959da72
Parent: 505b8fa