dph-lifted-copy-0.7.0.1: Data Parallel Haskell lifted array combinators. (deprecated version)

Safe HaskellNone

Data.Array.Parallel.Prelude.Int

Synopsis

Documentation

data Int

A fixed-precision integer type with at least the range [-2^29 .. 2^29-1]. The exact range for a given implementation can be determined by using minBound and maxBound from the Bounded class.

min :: Int -> Int -> IntSource

max :: Int -> Int -> IntSource

(+) :: Int -> Int -> IntSource

(-) :: Int -> Int -> IntSource

(*) :: Int -> Int -> IntSource

div :: Int -> Int -> IntSource

mod :: Int -> Int -> IntSource