Home
last modified time | relevance | path

Searched defs:matchSeparator (Results 1 – 4 of 4) sorted by relevance

/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.hs1716 matchSeparator (FunRhs {}) = text "=" function
1717 matchSeparator CaseAlt = text "->" function
1718 matchSeparator IfAlt = text "->" function
1719 matchSeparator LambdaExpr = text "->" function
1721 matchSeparator PatBindRhs = text "=" function
1722 matchSeparator PatBindGuards = text "=" function
1723 matchSeparator (StmtCtxt _) = text "<-" function
1724 matchSeparator RecUpd = text "=" -- This can be printed by the pattern function
1726 matchSeparator ThPatSplice = panic "unused" function
1727 matchSeparator ThPatQuote = panic "unused" function
[all …]
/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.hs2789 matchSeparator (FunRhs {}) = text "=" function
2790 matchSeparator CaseAlt = text "->" function
2791 matchSeparator IfAlt = text "->" function
2792 matchSeparator LambdaExpr = text "->" function
2793 matchSeparator ProcExpr = text "->" function
2794 matchSeparator PatBindRhs = text "=" function
2795 matchSeparator PatBindGuards = text "=" function
2796 matchSeparator (StmtCtxt _) = text "<-" function
2799 matchSeparator ThPatSplice = panic "unused" function
2800 matchSeparator ThPatQuote = panic "unused" function
[all …]
/dports/lang/ghc/ghc-8.10.7/compiler/GHC/Hs/
H A DExpr.hs2789 matchSeparator (FunRhs {}) = text "=" function
2790 matchSeparator CaseAlt = text "->" function
2791 matchSeparator IfAlt = text "->" function
2792 matchSeparator LambdaExpr = text "->" function
2793 matchSeparator ProcExpr = text "->" function
2794 matchSeparator PatBindRhs = text "=" function
2795 matchSeparator PatBindGuards = text "=" function
2796 matchSeparator (StmtCtxt _) = text "<-" function
2799 matchSeparator ThPatSplice = panic "unused" function
2800 matchSeparator ThPatQuote = panic "unused" function
[all …]
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Hs/
H A DExpr.hs2976 matchSeparator (FunRhs {}) = text "=" function
2977 matchSeparator CaseAlt = text "->" function
2978 matchSeparator IfAlt = text "->" function
2979 matchSeparator LambdaExpr = text "->" function
2980 matchSeparator ProcExpr = text "->" function
2981 matchSeparator PatBindRhs = text "=" function
2982 matchSeparator PatBindGuards = text "=" function
2983 matchSeparator (StmtCtxt _) = text "<-" function
2986 matchSeparator ThPatSplice = panic "unused" function
2987 matchSeparator ThPatQuote = panic "unused" function
[all …]