-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/
@package test
@version 0.0.0
module Bug806
-- | F1 docs
type family F1 a b :: * -> *
-- | F2 docs
type family F2 a b :: * -> *
-- | D docs
data family D a :: * -> *
v :: Int
-- | C docs
class C a where {
-- | AT docs
type family AT a;
}