fix ifLet
This commit is contained in:
@@ -748,7 +748,7 @@ class Macros {
|
||||
return b.let(
|
||||
[gensym, firstValue],
|
||||
[b.callSymbol("if", [
|
||||
gensym,
|
||||
b.callSymbol("Prelude.isNotNull", [gensym]),
|
||||
b.callSymbol("case", [
|
||||
gensym,
|
||||
b.call(firstPattern, [
|
||||
|
Reference in New Issue
Block a user