We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b30b8b9 + 556e27f commit c67b57fCopy full SHA for c67b57f
src/lambda-calculus.js
@@ -149,7 +149,7 @@ export function toInt(term) {
149
else
150
return config.numEncoding.toInt(term); // Custom encoding
151
} catch (e) {
152
- if ( config.verbosity >= "Concise" ) console.error(`toInt: ${ term } is not a number in numEncoding ${ numEncoding }`);
+ if ( config.verbosity >= "Concise" ) console.error(`toInt: ${ term } is not a number in numEncoding ${ config.numEncoding }`);
153
throw e;
154
}
155
0 commit comments