typelead / eta

The Eta Programming Language, a dialect of Haskell on the JVM
https://eta-lang.org
BSD 3-Clause "New" or "Revised" License
2.6k stars 142 forks source link

[eta-tour]: Tour "run program" not working at all. #977

Open bobbrahms opened 4 years ago

bobbrahms commented 4 years ago

Source Code:

main :: IO ()
main = putStrLn "Hello World!"

Output:


Error[error]: