hdiff
packages
feed
purescript
-0.12.0: tests/purs/failing/InfiniteKind2.purs
-- @shouldFailWith InfiniteKind module InfiniteKind2 where data Tree m a = Tree a (m (Tree a))