Home
last modified time | relevance | path

Searched refs:mc_fun (Results 1 – 25 of 30) sorted by relevance

12

/dports/devel/hs-hlint/hlint-3.3.4/src/GHC/Util/
H A DFreeVars.hs221 …allVars (L _ (Match _ FunRhs {mc_fun=name} pats grhss)) = allVars (noLoc $ VarPat noExtField name …
226 allVars (PatGuard FunRhs{mc_fun=n}) = allVars (noLoc $ VarPat noExtField n :: LPat GhcPs)
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/hlint-3.2.7/src/GHC/Util/
H A DFreeVars.hs231 …allVars (L _ (Match _ FunRhs {mc_fun=name} pats grhss)) = allVars (noLoc $ VarPat noExtField name …
238 allVars (PatGuard FunRhs{mc_fun=n}) = allVars (noLoc $ VarPat noExtField n :: LPat GhcPs)
/dports/lang/ghc/ghc-8.10.7/compiler/rename/
H A DRnBinds.hs1188 (FunRhs { mc_fun = L _ funid }, FunRhs { mc_fun = L lf _ }) function
1189 -> mf { mc_fun = L lf funid }
/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.hs1633 = FunRhs { mc_fun :: LIdP p -- ^ function binder of @f@ function
1743 pprMatchContextNoun (FunRhs {mc_fun=fun})
/dports/devel/hs-hlint/hlint-3.3.4/src/Hint/
H A DListRec.hs206 Match { m_ctxt = FunRhs {mc_fun=(L _ name)}
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/hlint-3.2.7/src/Hint/
H A DListRec.hs206 Match { m_ctxt = FunRhs {mc_fun=(L _ name)}
/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.hs1732 FunRhs {mc_fun=L _ fun, mc_fixity=fixity, mc_strictness=strictness}
2699 = FunRhs { mc_fun :: Located id -- ^ function binder of @f@ function
2729 ppr m@(FunRhs{}) = text "FunRhs" <+> ppr (mc_fun m) <+> ppr (mc_fixity m)
2815 pprMatchContextNoun (FunRhs {mc_fun=L _ fun})
2873 matchContextErrString (FunRhs{mc_fun=L _ fun}) = text "function" <+> ppr fun
H A DUtils.hs861 mkPrefixFunRhs n = FunRhs { mc_fun = n
/dports/lang/ghc/ghc-8.10.7/compiler/GHC/Hs/
H A DExpr.hs1732 FunRhs {mc_fun=L _ fun, mc_fixity=fixity, mc_strictness=strictness}
2699 = FunRhs { mc_fun :: Located id -- ^ function binder of @f@ function
2729 ppr m@(FunRhs{}) = text "FunRhs" <+> ppr (mc_fun m) <+> ppr (mc_fixity m)
2815 pprMatchContextNoun (FunRhs {mc_fun=L _ fun})
2873 matchContextErrString (FunRhs{mc_fun=L _ fun}) = text "function" <+> ppr fun
H A DUtils.hs861 mkPrefixFunRhs n = FunRhs { mc_fun = n
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Hs/
H A DExpr.hs1882 FunRhs {mc_fun=L _ fun, mc_fixity=fixity, mc_strictness=strictness}
2886 = FunRhs { mc_fun :: LIdP p -- ^ function binder of @f@ function
2914 ppr m@(FunRhs{}) = text "FunRhs" <+> ppr (mc_fun m) <+> ppr (mc_fixity m)
3002 pprMatchContextNoun (FunRhs {mc_fun=L _ fun})
3063 matchContextErrString (FunRhs{mc_fun=L _ fun}) = text "function" <+> ppr fun
H A DUtils.hs809 mkPrefixFunRhs n = FunRhs { mc_fun = n
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Hs/
H A DExpr.hs1241 FunRhs {mc_fun=L _ fun, mc_fixity=fixity, mc_strictness=strictness}
1756 ppr m@(FunRhs{}) = text "FunRhs" <+> ppr (mc_fun m) <+> ppr (mc_fixity m)
1783 matchContextErrString (FunRhs{mc_fun=L _ fun}) = text "function" <+> ppr fun
H A DUtils.hs914 mkPrefixFunRhs n = FunRhs { mc_fun = n
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Parser/
H A DPostProcess.hs640 ctxt = FunRhs { mc_fun = ln
649 ctxt = FunRhs { mc_fun = ln
1205 { mc_fun = fun function
1242 , m_ctxt = FunRhs { mc_fun = v
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Parser/
H A DPostProcess.hs651 ctxt = FunRhs { mc_fun = ln
660 ctxt = FunRhs { mc_fun = ln
1225 { mc_fun = fun function
1258 , m_ctxt = FunRhs { mc_fun = v
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/parser/
H A DRdrHsSyn.hs621 ctxt = FunRhs { mc_fun = ln
630 ctxt = FunRhs { mc_fun = ln
1207 { mc_fun = fun function
/dports/lang/ghc/ghc-8.10.7/compiler/parser/
H A DRdrHsSyn.hs621 ctxt = FunRhs { mc_fun = ln
630 ctxt = FunRhs { mc_fun = ln
1207 { mc_fun = fun function
/dports/lang/ghc/ghc-8.10.7/compiler/GHC/HsToCore/
H A DPmCheck.hs1369 FunRhs { mc_fun = (dL->L _ fun) }
/dports/lang/ghc/ghc-8.10.7/compiler/typecheck/
H A DTcMatches.hs103 what = FunRhs { mc_fun = fn, mc_fixity = Prefix, mc_strictness = strictness }
/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.hs133 Function _ -> (Function . mc_fun . m_ctxt) m
/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.hs131 Function _ -> (Function . mc_fun . m_ctxt) m
/dports/devel/hs-ormolu/ormolu-0.4.0.0/src/Ormolu/Printer/Meat/Declaration/
H A DValue.hs145 Function _ -> (Function . mc_fun . m_ctxt) m
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/hie-compat/src-ghc810/Compat/
H A DHieAst.hs724 toHie (FunRhs{mc_fun=name}) = toHie $ C MatchBind name
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/hie-compat/src-ghc86/Compat/
H A DHieAst.hs580 toHie (FunRhs{mc_fun=name}) = toHie $ C MatchBind name

12