packages feed

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

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

import Prelude

x = y

y = x