disable doctests conditionally

This commit is contained in:
2026-08-24 05:06:01 -06:00
parent c9eb8f6f85
commit 99d9e460fc
7 changed files with 39 additions and 54 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
ret > ExitSuccess
out > 720
out > 2432902008176640000
-1
View File
@@ -2,5 +2,4 @@
(if (zero? n)
1
(* n (fac (- n 1)))))))
;; 20 is the greatest `n` for which n! ≤ maxBount @Int
(fac 20))