Searched refs:isCoArg (Results 1 – 11 of 11) sorted by relevance
/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, 1981 isCoArg :: Expr b -> Bool 1982 isCoArg (Coercion {}) = True function 1983 isCoArg _ = False function
|
/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, 2250 isCoArg :: Expr b -> Bool 2251 isCoArg (Coercion {}) = True function 2252 isCoArg _ = False function
|
/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, 2237 isCoArg :: Expr b -> Bool 2238 isCoArg (Coercion {}) = True function 2239 isCoArg _ = False function
|
H A D | CoreUtils.hs | 486 | isCoVar bndr = if isCoArg rhs then let_bind
|
/dports/lang/ghc/ghc-8.10.7/compiler/coreSyn/ |
H A D | CoreSyn.hs | 49 isValArg, isTypeArg, isCoArg, isTyCoArg, valArgCount, valBndrCount, 2237 isCoArg :: Expr b -> Bool 2238 isCoArg (Coercion {}) = True function 2239 isCoArg _ = False function
|
H A D | CoreUtils.hs | 486 | isCoVar bndr = if isCoArg rhs then let_bind
|
H A D | CoreLint.hs | 545 ; checkL (not (isCoVar binder) || isCoArg rhs)
|
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Core/ |
H A D | Utils.hs | 529 | isCoVar bndr = if isCoArg rhs then let_bind
|
H A D | Lint.hs | 614 ; checkL (not (isCoVar binder) || isCoArg rhs)
|
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Core/ |
H A D | Utils.hs | 531 | isCoVar bndr = if isCoArg rhs then let_bind
|
H A D | Lint.hs | 632 ; checkL (not (isCoVar binder) || isCoArg rhs)
|