packages feed

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

-- @shouldFailWith InfiniteKind 

module Main where

data F a = F (a a)