Hi,

Am 15.03.2009 um 16:53 schrieb Tassilo Horn:

--8<---------------cut here---------------start------------->8---
(ns de.tsdh.math.primes
(:use [clojure.contrib [math :only [expt]] [test-is :only [deftest is]]]))
--8<---------------cut here---------------end--------------->8---

The obvious thing I see here are the vectors.

(ns de.tsdh.math.primes
(:use (clojure.contrib [math :only (expt)] [test-is :only (deftest is)])))

Try this instead. I'm not sure it fixes your problem however.

Sincerely
Meikel

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to