undo terrible ifLet change
Some checks failed
CI / test-core (14, ubuntu-latest, 3.x, js) (push) Failing after 1m48s
CI / test-core (14, ubuntu-latest, 3.x, interp) (push) Failing after 1m59s
CI / test-core (14, ubuntu-latest, 3.x, py) (push) Failing after 2m27s
CI / test-core (14, ubuntu-latest, 3.x, nodejs) (push) Failing after 2m37s
CI / test-core (14, ubuntu-latest, 3.x, cpp) (push) Failing after 2m22s
Some checks failed
CI / test-core (14, ubuntu-latest, 3.x, js) (push) Failing after 1m48s
CI / test-core (14, ubuntu-latest, 3.x, interp) (push) Failing after 1m59s
CI / test-core (14, ubuntu-latest, 3.x, py) (push) Failing after 2m27s
CI / test-core (14, ubuntu-latest, 3.x, nodejs) (push) Failing after 2m37s
CI / test-core (14, ubuntu-latest, 3.x, cpp) (push) Failing after 2m22s
This commit is contained in:
@@ -749,7 +749,9 @@ class Macros {
|
||||
return b.let(
|
||||
[gensym, firstValue],
|
||||
[b.callSymbol("if", [
|
||||
b.callSymbol("Prelude.isNotNull", [gensym]),
|
||||
gensym,
|
||||
// Why did I do this?
|
||||
// b.callSymbol("Prelude.isNotNull", [gensym]),
|
||||
b.callSymbol("case", [
|
||||
gensym,
|
||||
b.call(firstPattern, [
|
||||
|
Reference in New Issue
Block a user