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.
1 parent d5cb322 commit 1c0e6e1Copy full SHA for 1c0e6e1
tests/negabinary-scott/test.js
@@ -15,7 +15,7 @@ const toInt = n => {
15
else
16
return unsafeToInt(n);
17
} ;
18
-LC.configure({ purity: "LetRec", numEncoding: { fromInt, toInt }, verbosity: "WConcise" });
+LC.configure({ purity: "LetRec", numEncoding: { fromInt, toInt }, verbosity: "Concise" });
19
20
const solutionText = readFileSync(new URL("./solution.lc", import.meta.url), {encoding: "utf8"});
21
const solution = LC.compile(solutionText);
0 commit comments