packages feed

purescript-0.7.2.0: examples/failing/TypeSynonyms.purs

-- @shouldFailWith CycleInTypeSynonym
module Main where

import Prelude

type T1 = Array T2

type T2 = T1