index
:
h99.git
master
Haskell 99 problems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
H31.hs
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'H31.hs')
-rw-r--r--
H31.hs
5
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