Home
last modified time | relevance | path

Searched refs:is_cls_dc (Results 1 – 1 of 1) sorted by relevance

/dports/lang/ghc/ghc-8.10.7/compiler/typecheck/
H A DTcRnDriver.hs2830 | otherwise = filterOut is_cls_dc all_dcs
2831 is_cls_dc dc = isClassTyCon (dataConTyCon dc) function