summaryrefslogtreecommitdiff
path: root/H39.hs
diff options
context:
space:
mode:
Diffstat (limited to 'H39.hs')
-rw-r--r--H39.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/H39.hs b/H39.hs
new file mode 100644
index 0000000..08da249
--- /dev/null
+++ b/H39.hs
@@ -0,0 +1,3 @@
+import H35
+
+primesR a b = dropWhile (<a) $ takeWhile (<=b) primes