packages feed

fay-0.24.2.0: tests/ImplicitPrelude.hs

module ImplicitPrelude where

result :: Int
result = 3 + 4

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