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