From 9695098bbb02419b37659f5ea475647965b53935 Mon Sep 17 00:00:00 2001 From: Stephen Chang Date: Fri, 11 Oct 2013 00:32:46 -0400 Subject: [PATCH] fix math/number-theory docs, permutations example --- .../math-doc/math/scribblings/math-number-theory.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/math-pkgs/math-doc/math/scribblings/math-number-theory.scrbl b/pkgs/math-pkgs/math-doc/math/scribblings/math-number-theory.scrbl index 70343df267..de7d196689 100644 --- a/pkgs/math-pkgs/math-doc/math/scribblings/math-number-theory.scrbl +++ b/pkgs/math-pkgs/math-doc/math/scribblings/math-number-theory.scrbl @@ -17,7 +17,7 @@ "utils.rkt") @(define untyped-eval (make-untyped-math-eval)) -@interaction-eval[#:eval untyped-eval (require racket/list +@interaction-eval[#:eval untyped-eval (require (except-in racket/list permutations) racket/function)] @(define math-style tt)