Home
last modified time | relevance | path

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 DCore.hs52 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 DCore.hs51 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 DCoreSyn.hs49 isValArg, isTypeArg, isCoArg, isTyCoArg, valArgCount, valBndrCount,
2237 isCoArg :: Expr b -> Bool
2238 isCoArg (Coercion {}) = True function
2239 isCoArg _ = False function
H A DCoreUtils.hs486 | isCoVar bndr = if isCoArg rhs then let_bind
/dports/lang/ghc/ghc-8.10.7/compiler/coreSyn/
H A DCoreSyn.hs49 isValArg, isTypeArg, isCoArg, isTyCoArg, valArgCount, valBndrCount,
2237 isCoArg :: Expr b -> Bool
2238 isCoArg (Coercion {}) = True function
2239 isCoArg _ = False function
H A DCoreUtils.hs486 | isCoVar bndr = if isCoArg rhs then let_bind
H A DCoreLint.hs545 ; 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 DUtils.hs529 | isCoVar bndr = if isCoArg rhs then let_bind
H A DLint.hs614 ; 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 DUtils.hs531 | isCoVar bndr = if isCoArg rhs then let_bind
H A DLint.hs632 ; checkL (not (isCoVar binder) || isCoArg rhs)