summaryrefslogtreecommitdiff
path: root/H31.hs
diff options
context:
space:
mode:
authorJoe Zhao <ztuowen@gmail.com>2015-04-01 17:41:53 +0800
committerJoe Zhao <ztuowen@gmail.com>2015-04-01 17:41:53 +0800
commitb47befab3696c40c710ee80f366fa376ec967b30 (patch)
tree7859df15302b2ba7bea0a6eaa41dac1052d2deb6 /H31.hs
parentd09ec147fa223dcf760eaa592bc0573e678ea412 (diff)
downloadh99-b47befab3696c40c710ee80f366fa376ec967b30.tar.gz
h99-b47befab3696c40c710ee80f366fa376ec967b30.tar.bz2
h99-b47befab3696c40c710ee80f366fa376ec967b30.zip
+40 +41
Diffstat (limited to 'H31.hs')
-rw-r--r--H31.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/H31.hs b/H31.hs
index 9c321ca..7c0c8a6 100644
--- a/H31.hs
+++ b/H31.hs
@@ -1,3 +1,8 @@
+module H31
+( isPrime
+, isPrimeT
+) where
+
import System.Random
isPrime :: Integral a => a -> Bool