Home
last modified time | relevance | path

Searched defs:TyClD (Results 1 – 7 of 7) sorted by relevance

/dports/lang/ghc/ghc-8.10.7/utils/haddock/haddock-api/src/Haddock/Interface/
H A DCreate.hs626 TyClD x $ c { tcdSigs = filter (liftA2 (||) isUserLSig isMinimalLSig) $ tcdSigs c } function
1096 TyClD _ d@ClassDecl { tcdLName = L _ clsNm function
1127 TyClD _ d@DataDecl { tcdLName = L _ dataNm function
/dports/lang/ghc/ghc-8.10.7/compiler/deSugar/
H A DExtractDocs.hs249 TyClD _ (SynDecl { tcdRhs = ty }) -> typeDocs (unLoc ty) function
/dports/lang/ghc/ghc-8.10.7/utils/haddock/haddock-api/src/Haddock/
H A DGhcUtils.hs323 TyClD x (d { tcdDataDefn = restrictDataDefn names (tcdDataDefn d) }) function
325 TyClD x (d { tcdSigs = restrictDecls names (tcdSigs d), function
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/Language/Haskell/Syntax/
H A DDecls.hs141 = TyClD (XTyClD p) (TyClDecl p) -- ^ Type or Class Declaration constructor
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Hs/
H A DDecls.hs145 = TyClD (XTyClD p) (TyClDecl p) -- ^ Type or Class Declaration constructor
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/GHC/Hs/
H A DDecls.hs137 = TyClD (XTyClD p) (TyClDecl p) -- ^ Type or Class Declaration constructor
/dports/lang/ghc/ghc-8.10.7/compiler/GHC/Hs/
H A DDecls.hs137 = TyClD (XTyClD p) (TyClDecl p) -- ^ Type or Class Declaration constructor