Home
last modified time | relevance | path

Searched refs:HsLam (Results 1 – 25 of 72) sorted by relevance

123

/dports/devel/hs-hlint/hlint-3.3.4/src/Config/
H A DCompute.hs56 findBind FunBind{fun_id, fun_matches} = findExp (unLoc fun_id) [] $ HsLam noExtField fun_matches
60 findExp name vs (HsLam _ MG{mg_alts=L _ [L _ Match{m_pats, m_grhss=GRHSs{grhssGRHSs=[L _ (GRHS _ []…
63 findExp name vs HsLam{} = []
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/hlint-3.2.7/src/Config/
H A DCompute.hs56 findBind FunBind{fun_id, fun_matches} = findExp (unLoc fun_id) [] $ HsLam noExtField fun_matches
60 findExp name vs (HsLam _ MG{mg_alts=L _ [L _ Match{m_pats, m_grhss=GRHSs{grhssGRHSs=[L _ (GRHS _ []…
63 findExp name vs HsLam{} = []
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/hlint-3.2.7/src/GHC/Util/
H A DView.hs35 view (fromParen -> (L _ (HsLam _ (MG _ (L _ [L _ (Match _ LambdaExpr [L _ WildPat {}]
65 pattern SimpleLambda vs body <- L _ (HsLam _ (MG _ (L _ [L _ (Match _ _ vs (GRHSs _ [L _ (GRHS _ []…
H A DBrackets.hs87 | L _ HsLam{} <- parent, isAnyApp child = False
H A DHsExpr.hs59 lambda vs body = noLoc $ HsLam noExtField (MG noExtField (noLoc [noLoc $ Match noExtField LambdaExp…
242 in (noLoc $ HsLam noExtField matchGroup, const [])
H A DFreeVars.hs102 …freeVars (L _ (HsLam _ mg)) = free (allVars mg) -- Lambda abstraction. Currently always a single m…
/dports/devel/hs-hlint/hlint-3.3.4/src/GHC/Util/
H A DView.hs35 view (fromParen -> (L _ (HsLam _ (MG _ (L _ [L _ (Match _ LambdaExpr [L _ WildPat {}]
65 pattern SimpleLambda vs body <- L _ (HsLam _ (MG _ (L _ [L _ (Match _ _ vs (GRHSs _ [L _ (GRHS _ []…
H A DBrackets.hs88 | L _ HsLam{} <- parent, isAnyApp child = False
H A DHsExpr.hs61 lambda vs body = noLoc $ HsLam noExtField (MG noExtField (noLoc [noLoc $ Match noExtField LambdaExp…
245 in (noLoc $ HsLam noExtField matchGroup, const [])
H A DFreeVars.hs101 …freeVars (L _ (HsLam _ mg)) = free (allVars mg) -- Lambda abstraction. Currently always a single m…
/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.hs39 HsLam{} -> True
/dports/devel/hs-hlint/hlint-3.3.4/src/Hint/
H A DLambda.hs214 lambdaExp p o@(L _ HsLam{})
224 Just p@(L _ (HsPar _ (L _ HsLam{})))
282 ( noLoc $ HsLam noExtField oldMG
H A DFixities.hs75 needParenAsChild HsLam{} = True function
H A DListRec.hs135 (L _ (HsLam _ MG {
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/hlint-3.2.7/src/Hint/
H A DLambda.hs205 lambdaExp p o@(L _ HsLam{})
215 Just p@(L _ (HsPar _ (L _ HsLam{})))
273 ( noLoc $ HsLam noExtField oldMG
H A DFixities.hs75 needParenAsChild HsLam{} = True function
H A DListRec.hs135 (L _ (HsLam _ MG {
/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.hs62 isLambda = \case (L _ HsLam{}) -> True; _ -> False
69 (L _ HsLam{}) -> True
/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.hs62 isLambda = \case (L _ HsLam{}) -> True; _ -> False
69 (L _ HsLam{}) -> True
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/plugins/hls-tactics-plugin/src/Wingman/
H A DSimplify.hs21 HsLam _
H A DGHC.hs224 HsLam _
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/plugins/hls-tactics-plugin/src/Wingman/
H A DSimplify.hs21 HsLam _
H A DGHC.hs224 HsLam _
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/retrie-0.1.1.1/Retrie/
H A DExpr.hs101 cloneT $ noLoc $ HsLam mg { mg_alts = noLoc [m'] }
103 cloneT $ noLoc $ HsLam noExtField mg { mg_alts = noLoc [m'] }
/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.hs65 lambda ps e = noExt HsLam $ matchGroup LambdaExpr [match ps e]

123