Negative doubles or floats in Haskell (macports)

前端 未结 4 713
感情败类
感情败类 2020-12-21 01:28

Why do I get a segmentation fault when I try to show a negative double or float? There is no problem for negative integers.

Prelude> let a = 4
Prelude>         


        
4条回答
  •  心在旅途
    2020-12-21 02:00

    March 2011: This is fixed in the GHC 7 release of the Haskell Platform, where both 32 bit and 64 bit Mac native ports are in fine condition.

提交回复
热议问题