Fix fuel implementation in PHP
This commit is contained in:
@@ -87,7 +87,7 @@ function cmdRun(string $bundlePath, array $args): void
|
||||
debugTime('built expression');
|
||||
|
||||
fwrite(STDERR, "Reducing kernel application...\n");
|
||||
$result = reduce($expr, 1_000_000);
|
||||
$result = reduce($expr, 1_000_000_000);
|
||||
debugTime('reduced kernel application');
|
||||
|
||||
[$kind, $value, $rest] = unwrapResult($result);
|
||||
|
||||
Reference in New Issue
Block a user