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] #982

Open soirbleu opened 4 years ago

soirbleu commented 4 years ago

Source Code:

import Text.Printf

main :: IO ()
main = printf "Hello %s!" "soirbleu"

Output:

etlas run

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