[Haskell-cafe] ask
Brandon S. Allbery KF8NH
allbery at ece.cmu.edu
Sun Sep 14 20:47:15 EDT 2008
On 2008 Sep 14, at 20:24, Cetin Sert wrote:
> Hi why do I get?
>
> cetin at linux-d312:~/lab/exp/1> ./eq
> 23
> 23
> 3
> a = b = c = n1-0.8457820374040622n2-0.1542179625959377
As is typical for Unix, filehandles including standard input and
standard output are line buffered. See hSetBuffering ( http://www.haskell.org/ghc/docs/latest/html/libraries/base/System-IO.html#v%3AhSetBuffering
).
--
brandon s. allbery [solaris,freebsd,perl,pugs,haskell] allbery at kf8nh.com
system administrator [openafs,heimdal,too many hats] allbery at ece.cmu.edu
electrical and computer engineering, carnegie mellon university KF8NH
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20080914/d735bb97/attachment-0001.htm
More information about the Haskell-Cafe
mailing list