Home
last modified time | relevance | path

Searched refs:HsAppType (Results 1 – 25 of 55) sorted by relevance

123

/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-source-gen-0.4.1.0/src/GHC/SourceGen/
H A DExpr.hs149 tyApp e t = noExt HsAppType e' t'
151 tyApp e t = HsAppType t' e'
153 tyApp e t = HsAppType e' t'
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-source-gen-0.4.1.0/src/GHC/SourceGen/Expr/
H A DInternal.hs52 HsAppType{} -> True
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/hlint-3.2.7/src/GHC/Util/
H A DUnify.hs94 | Just (L _ (HsAppType _ _ (HsWC _ y))) <- lookup (rdrNameStr x) bind = y
254 appType = cL loc (HsAppType noExtField unused wc) :: LHsExpr GhcPs
/dports/devel/hs-hlint/hlint-3.3.4/src/GHC/Util/
H A DUnify.hs98 | Just (L _ (HsAppType _ _ (HsWC _ y))) <- lookup (rdrNameStr x) bind = y
263 appType = L loc (HsAppType noExtField unused wc) :: LHsExpr GhcPs
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/brittany-0.13.1.1/src/Language/Haskell/Brittany/Internal/Layouters/
H A DExpr.hs239 HsAppType _ _ XHsWildCardBndrs{} ->
241 HsAppType _ exp1 (HsWC _ ty1) -> do
243 HsAppType XHsWildCardBndrs{} _ ->
245 HsAppType (HsWC _ ty1) exp1 -> do
/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 DExpr.hs65 isTypeApp = \case (L _ HsAppType{}) -> True; _ -> False
/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 DExpr.hs65 isTypeApp = \case (L _ HsAppType{}) -> True; _ -> False
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/GHC/Hs/
H A DExpr.hs348 | HsAppType (XAppTypeE p) (LHsExpr p) (LHsWcType (NoGhcTc p)) -- ^ Visible type application constructor
936 isQuietHsExpr (HsAppType {}) = True
965 ppr_expr e@(HsAppType {}) = ppr_apps e []
1154 ppr_apps (HsAppType _ (L _ fun) arg) args
1214 go (HsAppType {}) = p >= appPrec
/dports/lang/ghc/ghc-8.10.7/compiler/GHC/Hs/
H A DExpr.hs348 | HsAppType (XAppTypeE p) (LHsExpr p) (LHsWcType (NoGhcTc p)) -- ^ Visible type application constructor
936 isQuietHsExpr (HsAppType {}) = True
965 ppr_expr e@(HsAppType {}) = ppr_apps e []
1154 ppr_apps (HsAppType _ (L _ fun) arg) args
1214 go (HsAppType {}) = p >= appPrec
/dports/lang/ghc/ghc-8.10.7/compiler/deSugar/
H A DCoverage.hs467 isGoodBreakExpr (HsAppType {}) = True
473 isCallSite HsAppType{} = True function
510 addTickHsExpr (HsAppType x e ty) = liftM3 HsAppType (return x)
H A DDsExpr.hs313 ds_expr _ (HsAppType _ e _)
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Hs/
H A DExpr.hs299 | HsAppType (XAppTypeE p) -- After typechecking: the type argument constructor
1051 isQuietHsExpr (HsAppType {}) = True
1077 ppr_expr e@(HsAppType {}) = ppr_apps e []
1259 ppr_apps (HsAppType _ (L _ fun) arg) args
1318 go (HsAppType {}) = p >= appPrec
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Hs/
H A DExpr.hs454 isQuietHsExpr (HsAppType {}) = True
481 ppr_expr e@(HsAppType {}) = ppr_apps e []
678 ppr_apps (HsAppType _ (L _ fun) arg) args
722 go (HsAppType {}) = p >= appPrec
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Tc/Types/
H A DOrigin.hs495 exprCtOrigin (HsAppType _ e1 _) = lexprCtOrigin e1
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/typecheck/
H A DTcOrigin.hs488 exprCtOrigin (HsAppType _ e1 _) = lexprCtOrigin e1
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Tc/Types/
H A DOrigin.hs499 exprCtOrigin (HsAppType _ e1 _) = lexprCtOrigin e1
/dports/lang/ghc/ghc-8.10.7/compiler/typecheck/
H A DTcOrigin.hs488 exprCtOrigin (HsAppType _ e1 _) = lexprCtOrigin e1
H A DTcExpr.hs174 tcExpr e@(HsAppType {}) res_ty = tcApp1 e res_ty
245 HsAppType noExtField
1116 tcApp m_herald (L _ (HsAppType _ fun ty1)) args res_ty
H A DTcInstDcls.hs1978 mk_vta fun ty = noLoc (HsAppType noExtField fun (mkEmptyWildCardBndrs $ nlHsParTy
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/ghcide/src/Development/IDE/GHC/
H A DExactPrint.hs193 needsParensSpace HsAppType{} = mempty function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/ghcide/src/Development/IDE/GHC/
H A DExactPrint.hs193 needsParensSpace HsAppType{} = mempty function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/fourmolu-0.3.0.0/src/Ormolu/Printer/Meat/Declaration/
H A DValue.hs593 L _ (HsAppType NoExtField _ _) -> True
614 HsAppType NoExtField e a -> do
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ormolu-0.1.4.1/src/Ormolu/Printer/Meat/Declaration/
H A DValue.hs590 L _ (HsAppType NoExtField _ _) -> True
611 HsAppType NoExtField e a -> do
/dports/lang/ghc/ghc-8.10.7/compiler/rename/
H A DRnExpr.hs180 rnExpr (HsAppType x fun arg)
185 ; return (HsAppType x fun' arg', fvFun `plusFV` fvArg) }
1989 is_var f (L _ (HsAppType _ e _)) = is_var f e
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/Language/Haskell/Syntax/
H A DExpr.hs329 | HsAppType (XAppTypeE p) -- After typechecking: the type argument constructor

123