/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Types/Name/ |
H A D | Reader.hs | 36 isRdrDataCon, isRdrTyVar, isRdrTc, isQual, isQual_maybe, isUnqual, 244 isRdrDataCon :: RdrName -> Bool 248 isRdrDataCon rn = isDataOcc (rdrNameOcc rn) function
|
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-ex-8.10.0.19/src/Language/Haskell/GhclibParserEx/GHC/Hs/ |
H A D | Expr.hs | 67 (L _ (HsVar _ (L _ x))) -> isRdrDataCon x
|
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-ex-9.0.0.4/src/Language/Haskell/GhclibParserEx/GHC/Hs/ |
H A D | Expr.hs | 67 (L _ (HsVar _ (L _ x))) -> isRdrDataCon x
|
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Types/Name/ |
H A D | Reader.hs | 36 isRdrDataCon, isRdrTyVar, isRdrTc, isQual, isQual_maybe, isUnqual, 226 isRdrDataCon :: RdrName -> Bool 230 isRdrDataCon rn = isDataOcc (rdrNameOcc rn) function
|
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/basicTypes/ |
H A D | RdrName.hs | 36 isRdrDataCon, isRdrTyVar, isRdrTc, isQual, isQual_maybe, isUnqual, 226 isRdrDataCon :: RdrName -> Bool 230 isRdrDataCon rn = isDataOcc (rdrNameOcc rn) function
|
/dports/lang/ghc/ghc-8.10.7/compiler/basicTypes/ |
H A D | RdrName.hs | 36 isRdrDataCon, isRdrTyVar, isRdrTc, isQual, isQual_maybe, isUnqual, 226 isRdrDataCon :: RdrName -> Bool 230 isRdrDataCon rn = isDataOcc (rdrNameOcc rn) function
|
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/parser/ |
H A D | RdrHsSyn.hs | 1087 | isRdrDataCon c = return (cL loc (ConPatIn (cL l c) (PrefixCon args))) function 1133 | isRdrDataCon c -> do 1314 | not (isRdrDataCon f) = return (Just (cL loc f, Prefix, es, ann)) 1321 | not (isRdrDataCon var) = return (Just (cL l var, Prefix, [], ann)) 1342 | not (isRdrDataCon op) -- We have found the function! 2203 | isRdrDataCon (unLoc c) 2692 | isRdrDataCon c
|
/dports/lang/ghc/ghc-8.10.7/compiler/parser/ |
H A D | RdrHsSyn.hs | 1087 | isRdrDataCon c = return (cL loc (ConPatIn (cL l c) (PrefixCon args))) function 1133 | isRdrDataCon c -> do 1314 | not (isRdrDataCon f) = return (Just (cL loc f, Prefix, es, ann)) 1321 | not (isRdrDataCon var) = return (Just (cL l var, Prefix, [], ann)) 1342 | not (isRdrDataCon op) -- We have found the function! 2203 | isRdrDataCon (unLoc c) 2692 | isRdrDataCon c
|
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Parser/ |
H A D | PostProcess.hs | 1085 | isRdrDataCon c = return . L loc $ ConPat function 1130 | isRdrDataCon c -> do 1308 | not (isRdrDataCon f) = return (Just (L loc f, Prefix, es, ann)) 1312 | not (isRdrDataCon op) -- We have found the function! 2065 | isRdrDataCon (unLoc c) 2523 | isRdrDataCon c
|
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Parser/ |
H A D | PostProcess.hs | 1099 | isRdrDataCon c = return . L loc $ ConPat function 1148 | isRdrDataCon c -> do 1300 | not (isRdrDataCon f) = return (Just (L loc f, Prefix, es, (reverse ops) ++ cps)) 1308 | not (isRdrDataCon op) -- We have found the function! 1832 | isRdrDataCon (unLoc c) 2398 | isRdrDataCon c
|
/dports/lang/ghc/ghc-8.10.7/compiler/rename/ |
H A D | RnNames.hs | 1821 checkConName name = checkErr (isRdrDataCon name) (badDataCon name)
|
/dports/lang/ghc/ghc-8.10.7/compiler/GHC/ |
H A D | ThToHs.hs | 1553 | isRdrDataCon nm = IsPromoted function
|