/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/ |
H A D | Core.hs | 52 isValArg, isTypeArg, isCoArg, isTyCoArg, valArgCount, valBndrCount, 1970 isValArg e = not (isTypeArg e) 1987 isTypeArg :: Expr b -> Bool 1988 isTypeArg (Type {}) = True function 1989 isTypeArg _ = False function
|
H A D | CoreToIface.hs | 600 val_args = dropWhile isTypeArg as
|
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/ |
H A D | Core.hs | 51 isValArg, isTypeArg, isCoArg, isTyCoArg, valArgCount, valBndrCount, 2239 isValArg e = not (isTypeArg e) 2256 isTypeArg :: Expr b -> Bool 2257 isTypeArg (Type {}) = True function 2258 isTypeArg _ = False function
|
H A D | CoreToIface.hs | 595 val_args = dropWhile isTypeArg as
|
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/coreSyn/ |
H A D | CoreSyn.hs | 49 isValArg, isTypeArg, isCoArg, isTyCoArg, valArgCount, valBndrCount, 2226 isValArg e = not (isTypeArg e) 2243 isTypeArg :: Expr b -> Bool 2244 isTypeArg (Type {}) = True function 2245 isTypeArg _ = False function
|
H A D | PprCore.hs | 190 val_args = dropWhile isTypeArg args -- Drop the type arguments for tuples
|
H A D | CoreUtils.hs | 1062 go n (App e a) | isTypeArg a = go n e 2601 | isTypeArg a = go f n_val_args function
|
/dports/lang/ghc/ghc-8.10.7/compiler/coreSyn/ |
H A D | CoreSyn.hs | 49 isValArg, isTypeArg, isCoArg, isTyCoArg, valArgCount, valBndrCount, 2226 isValArg e = not (isTypeArg e) 2243 isTypeArg :: Expr b -> Bool 2244 isTypeArg (Type {}) = True function 2245 isTypeArg _ = False function
|
H A D | PprCore.hs | 190 val_args = dropWhile isTypeArg args -- Drop the type arguments for tuples
|
H A D | CoreUtils.hs | 1062 go n (App e a) | isTypeArg a = go n e 2601 | isTypeArg a = go f n_val_args function
|
/dports/lang/ghc/ghc-8.10.7/compiler/stgSyn/ |
H A D | CoreToStg.hs | 945 go (Tick t e) as ts = ASSERT( all isTypeArg as )
|
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Core/ |
H A D | Ppr.hs | 193 val_args = dropWhile isTypeArg args -- Drop the type arguments for tuples
|
H A D | Utils.hs | 1103 go n (App e a) | isTypeArg a = go n e
|
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/iface/ |
H A D | ToIface.hs | 587 val_args = dropWhile isTypeArg as
|
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Core/ |
H A D | Ppr.hs | 210 val_args = dropWhile isTypeArg args -- Drop the type arguments for tuples
|
H A D | Utils.hs | 1105 go n (App e a) | isTypeArg a = go n e
|
/dports/lang/ghc/ghc-8.10.7/compiler/iface/ |
H A D | ToIface.hs | 587 val_args = dropWhile isTypeArg as
|
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Core/Opt/ |
H A D | OccurAnal.hs | 1855 | isTypeArg arg
|
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/simplCore/ |
H A D | OccurAnal.hs | 1816 | isTypeArg arg
|
/dports/lang/ghc/ghc-8.10.7/compiler/simplCore/ |
H A D | OccurAnal.hs | 1816 | isTypeArg arg
|
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Core/Opt/ |
H A D | OccurAnal.hs | 2032 | isTypeArg arg
|