fez-lisp 1.5.162 → 1.5.163
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/check.js +1 -2
package/package.json
CHANGED
package/src/check.js
CHANGED
@@ -1071,7 +1071,7 @@ export const typeCheck = (ast, ctx = SPECIAL_FORM_TYPES) => {
|
|
1071
1071
|
)}) (${stringifyArgs(exp)}) (check #783)`
|
1072
1072
|
)
|
1073
1073
|
else
|
1074
|
-
|
1074
|
+
retry(
|
1075
1075
|
actual[STATS],
|
1076
1076
|
[[WORD, lambdaName], local],
|
1077
1077
|
stack,
|
@@ -1735,7 +1735,6 @@ export const typeCheck = (ast, ctx = SPECIAL_FORM_TYPES) => {
|
|
1735
1735
|
// It turns out it's not possible to determine return type of function here
|
1736
1736
|
// what if it's a global function used elsewhere where the return type mwould be different
|
1737
1737
|
// THIS willgive lambda return types but refactor is needed still
|
1738
|
-
// if (!SPECIAL_FORMS_SET.has(name))
|
1739
1738
|
setReturnRef(env[name][STATS], args[i][STATS])
|
1740
1739
|
break
|
1741
1740
|
}
|