From f3bccf1f7b5a30a40824375ac0910c62c9b0e2a9 Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Mon, 28 Jun 2021 17:31:14 +0900 Subject: [PATCH] removing unintended export --- lib/chibi/math/prime.sld | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/chibi/math/prime.sld b/lib/chibi/math/prime.sld index e0929f4d..9fbf433b 100644 --- a/lib/chibi/math/prime.sld +++ b/lib/chibi/math/prime.sld @@ -10,6 +10,5 @@ provable-prime? probable-prime? random-prime random-prime-distinct-from coprime? random-coprime modular-inverse modular-expt - miller-rabin-composite? - modular-root-of-one?) + miller-rabin-composite?) (include "prime.scm"))