purescript-0.15.15: tests/purs/layout/ClassHead.out
module Test where{
import Foo (class Foo);
class Foo a b c d | a -> b, c -> d where{
foo :: Foo};
class Foo a b c d | a -> b, c -> d;
instance foo :: Foo}
<eof>module Test where{
import Foo (class Foo);
class Foo a b c d | a -> b, c -> d where{
foo :: Foo};
class Foo a b c d | a -> b, c -> d;
instance foo :: Foo}
<eof>