mirror of
https://github.com/google/ormolu.git
synced 2024-11-30 14:46:39 +03:00
10 lines
109 B
Haskell
10 lines
109 B
Haskell
{-# LANGUAGE PolyKinds #-}
|
|
|
|
class Foo (a :: k)
|
|
|
|
class
|
|
Bar
|
|
( a -- Variable
|
|
:: * -- Star
|
|
)
|