git.haskell.org
/
ghc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fold template-haskell.git into ghc.git (re #8545)
[ghc.git]
/
testsuite
/
tests
/
module
/
mod40.hs
1
-- !!! Cyclic class hierarchy
2
module
M
where
3
class
C2 a
=>
C1 a
where
f
::
a
4
class
C1 a
=>
C2 a
where
g
::
a