disable doctests conditionally
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
ret > ExitSuccess
|
||||
out > 720
|
||||
out > 2432902008176640000
|
||||
|
||||
@@ -2,5 +2,4 @@
|
||||
(if (zero? n)
|
||||
1
|
||||
(* n (fac (- n 1)))))))
|
||||
;; 20 is the greatest `n` for which n! ≤ maxBount @Int
|
||||
(fac 20))
|
||||
|
||||
Reference in New Issue
Block a user