Re: [Haskell-cafe] Minimum Int?

2009-03-09 Thread Don Stewart
colin: > Is there a function that yields the minimum value of Int on an implementation? Prelude> minBound :: Int -9223372036854775808 Prelude> maxBound :: Int 9223372036854775807 ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org htt

Re: [Haskell-cafe] Minimum Int?

2009-03-09 Thread John Van Enk
Prelude> minBound :: Int -2147483648 /jve On Mon, Mar 9, 2009 at 4:44 PM, Colin Paul Adams wrote: > Is there a function that yields the minimum value of Int on an > implementation? > -- > Colin Adams > Preston Lancashire > ___ > Haskell-Cafe mailing l

[Haskell-cafe] Minimum Int?

2009-03-09 Thread Colin Paul Adams
Is there a function that yields the minimum value of Int on an implementation? -- Colin Adams Preston Lancashire ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe