packages feed

purescript-0.12.0: tests/purs/failing/MutRec.purs

-- @shouldFailWith CycleInDeclaration
-- @shouldFailWith CycleInDeclaration
module MutRec where

import Prelude

x = y

y = x