hdiff
packages
feed
purescript
-0.7.2.0: examples/failing/DuplicateTypeVars.purs
-- @shouldFailWith DuplicateTypeArgument module Main where import Prelude type Foo a a = a