1
1
mirror of https://github.com/google/ormolu.git synced 2024-11-30 14:46:39 +03:00
ormolu/data/examples/declaration/class/poly-kinded-classes-out.hs
2019-08-04 16:50:38 +02:00

10 lines
109 B
Haskell

{-# LANGUAGE PolyKinds #-}
class Foo (a :: k)
class
Bar
( a -- Variable
:: * -- Star
)