This website requires JavaScript.
Explore
Help
Sign In
google
/
ormolu
Watch
1
Star
1
Fork
0
You've already forked ormolu
mirror of
https://github.com/google/ormolu.git
synced
2024-12-04 06:32:12 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
515251c7a5
ormolu
/
data
/
examples
/
declaration
/
class
/
poly-kinded-classes.hs
9 lines
101 B
Haskell
Raw
Normal View
History
Unescape
Escape
Implement rendering of type class declarations
2019-06-09 23:12:31 +03:00
{-
# LANGUAGE PolyKinds #
-}
class
Foo
(
a
::
k
)
class
Bar
Support infix operator & multi-line class names
2019-06-19 21:35:37 +03:00
(
a
-- Variable
::
*
-- Star
)
Reference in New Issue
Copy Permalink