packages feed

purescript-0.10.6: examples/failing/2445.purs

-- @shouldFailWith ErrorParsingModule
module Main where

data X a = X

eg = \(X :: (forall a. X a)) -> X