> In Hugs 1.4 (January 1998), if I type the following commands: > :l Number > (minBound::Number) * -1 > hugs dies with the error message "Unexpected signal". A slightly simpler example is: Prelude> (minBound :: Int) `primDivInt` (-1) Unexpected signal The problem is probably coming from trying to calculate one of the following. minBound % -1 minBound / -1 I'll add it to the list... A
- bug in Hugs 1.4 and 1.3c arithmetic (Number library) Carl R. Witty
- Re: bug in Hugs 1.4 and 1.3c arithmetic (Number libr... Alastair Reid
- Re: bug in Hugs 1.4 and 1.3c arithmetic (Number libr... Byron Cook
- Re: bug in Hugs 1.4 and 1.3c arithmetic (Number libr... Carl R. Witty
- Re: bug in Hugs 1.4 and 1.3c arithmetic (Number libr... Alastair Reid
- Re: bug in Hugs 1.4 and 1.3c arithmetic (Number libr... Jeffrey R. Lewis
- Re: bug in Hugs 1.4 and 1.3c arithmetic (Number libr... Alastair Reid
- Re: bug in Hugs 1.4 and 1.3c arithmetic (Number ... Simon Marlow
- Re: bug in Hugs 1.4 and 1.3c arithmetic (Number libr... Jeffrey R. Lewis
- Re: bug in Hugs 1.4 and 1.3c arithmetic (Number ... Carl R. Witty
- Re: bug in Hugs 1.4 and 1.3c arithmetic (Number libr... Erik Meijer
