packages feed

ormolu-0.0.4.0: data/examples/declaration/data/gadt/multiline-where.hs

data
  Foo
    a
    b
    c where
  Foo :: a -> b -> c -> Foo a b c