packages feed

purescript-0.9.1: examples/passing/2018/A.purs

module A where

import B as Main

-- Prior to the 2018 fix this would be detected as a cycle between A and Main.
foo ∷ Main.Foo → Main.Foo
foo x = x