packages feed

purescript-0.11.5: examples/failing/2874-forall2.purs

-- @shouldFailWith ErrorParsingModule
module Main where

class X a b | a -> b
class X a (forall t. t) <= Y a b | a -> b
instance tX :: X Int String
instance tY :: Y Int Boolean

ggg :: Int
ggg = 0 :: forall t. Y Int t => Int