packages feed

fay-0.16.0.0: tests/circular.hs

import Prelude

main :: Fay ()
main = let y = x + 1
           x = y + 1
       in print y