1
1
mirror of https://github.com/google/ormolu.git synced 2024-12-01 00:32:04 +03:00
ormolu/data/examples/declaration/class/poly-kinded-classes.hs

9 lines
101 B
Haskell

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