[Haskell] Re: [Haskell-cafe] Work on Video Games in Haskell

Ben Lippmeier benl at ouroborus.net
Wed May 26 23:01:15 EDT 2010


On 27/05/2010, at 9:01 AM, Edward Kmett wrote:
> While we can all acknowledge the technical impossibility of identifying the original source language of a piece of code...


Uh,

desire:tmp benl$ cat Hello.hs
main = putStr "Hello"

desire:tmp benl$ ghc --make Hello.hs

desire:tmp benl$ strings Hello | head
Hello
base:GHC.Arr.STArray
base:GHC.Arr.STArray
base:GHC.Classes.D:Eq
base:GHC.Classes.D:Eq
failed to read siginfo_t
 failed: 
Warning: 
select
buildFdSets: file descriptor out of range

...






More information about the Haskell-Cafe mailing list