diff options
Diffstat (limited to 'emacs/.emacs.d/wpc/random.el')
-rw-r--r-- | emacs/.emacs.d/wpc/random.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/wpc/random.el b/emacs/.emacs.d/wpc/random.el index 6ffdbd4de04a..02307a52024a 100644 --- a/emacs/.emacs.d/wpc/random.el +++ b/emacs/.emacs.d/wpc/random.el @@ -64,7 +64,7 @@ ;; TODO: Support random-sample ;; (defun random-sample (n xs) ;; "Return a randomly sample of list XS of size N." -;; (prelude/assert (and (>= n 0) (< n (list/length xs)))) +;; (prelude-assert (and (>= n 0) (< n (list/length xs)))) ;; (cl-labels ((do-sample ;; (n xs y ys) ;; (if (= n (set/count ys)) |