Home
last modified time | relevance | path

Searched refs:isTypeArg (Results 1 – 21 of 21) 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,
1970 isValArg e = not (isTypeArg e)
1987 isTypeArg :: Expr b -> Bool
1988 isTypeArg (Type {}) = True function
1989 isTypeArg _ = False function
H A DCoreToIface.hs600 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 DCore.hs51 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 DCoreToIface.hs595 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 DCoreSyn.hs49 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 DPprCore.hs190 val_args = dropWhile isTypeArg args -- Drop the type arguments for tuples
H A DCoreUtils.hs1062 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 DCoreSyn.hs49 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 DPprCore.hs190 val_args = dropWhile isTypeArg args -- Drop the type arguments for tuples
H A DCoreUtils.hs1062 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 DCoreToStg.hs945 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 DPpr.hs193 val_args = dropWhile isTypeArg args -- Drop the type arguments for tuples
H A DUtils.hs1103 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 DToIface.hs587 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 DPpr.hs210 val_args = dropWhile isTypeArg args -- Drop the type arguments for tuples
H A DUtils.hs1105 go n (App e a) | isTypeArg a = go n e
/dports/lang/ghc/ghc-8.10.7/compiler/iface/
H A DToIface.hs587 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 DOccurAnal.hs1855 | 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 DOccurAnal.hs1816 | isTypeArg arg
/dports/lang/ghc/ghc-8.10.7/compiler/simplCore/
H A DOccurAnal.hs1816 | 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 DOccurAnal.hs2032 | isTypeArg arg