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.61k stars 141 forks source link

[eta-tour]: Bug - [description-here] #980

Open soirbleu opened 4 years ago

soirbleu commented 4 years ago

Source Code:

main :: IO ()
main = do

  putStrLn "Three ways to navigate the tour:"

  putStrLn "1) Click Menu button"

  putStrLn "2) Left and Right buttons"

  putStrLn "3) Left and Right keys"

Output:


Error[error]:
soirbleu commented 4 years ago

main :: IO () main = do

putStrLn "Three ways to navigate the tour:"

putStrLn "1) Click Menu button"

putStrLn "2) Left and Right buttons"

putStrLn "3) Left and Right keys"

etlas run

Error[error]: Please report this as a bug using the 'File Bug Report' button in the top-right corner.