[Haskell-cafe] Division: Is there a way to simultaneously find the quotient and remainder?

Lyndon Maydwell maydwell at gmail.com
Fri May 6 20:01:02 CEST 2011


Hoogle is very useful for the kinds of questions where you can
estimate a likely type:

http://www.haskell.org/hoogle/?hoogle=Integral+a+%3D%3E+a+-%3E+a+-%3E+%28a%2Ca%29

On Sat, May 7, 2011 at 12:50 AM, Chris Smith <cdsmith at gmail.com> wrote:
> Sure... see quotRem in the prelude.
>
> On May 6, 2011 10:49 AM, <caseyh at istar.ca> wrote:
>> :)
>>
>>
>> _______________________________________________
>> Haskell-Cafe mailing list
>> Haskell-Cafe at haskell.org
>> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
>



More information about the Haskell-Cafe mailing list