packages feed

fay-0.19: tests/ImplicitPrelude.hs

module ImplicitPrelude where

result :: Int
result = 3 + 4

main :: Fay ()
main = putStrLn (show result)