Popularity
2.1
Stable
Activity
0.0
Stable
2
3
0
Monthly Downloads: 8
Programming language: Haskell
License: ISC License
Latest version: v0.2.0.3
Add another 'primes' Package
README
primes-type
This library provides type safe prime numbers. The idea is based upon the concept of a predicate type from type theory.
That is, the value of any object of type Integral a => Prime a
is a prime number.