packages feed

purescript-0.14.6: tests/purs/failing/RoleDeclarationArityMismatchForeign2.purs

-- @shouldFailWith RoleDeclarationArityMismatch
module Main where

foreign import data A :: Type -> (Type -> Type)
type role A nominal