Home
last modified time | relevance | path

Searched refs:infixE (Results 1 – 12 of 12) sorted by relevance

/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-exactprint-0.6.4/tests/examples/ghc86/
H A DTupleN.hs8 exprs list = id [infixE (Just (list))
H A DTH_unresolvedInfix2.hs17 in infixE Nothing plus (Just $ uInfixE n plus n) )
H A DTH_unresolvedInfix.hs43 $( infixE (Just $ n +? n) plus Nothing ) N,
45 $( infixE Nothing plus (Just $ parensE $ uInfixE n plus n) ) N,
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-exactprint-0.6.4/tests/examples/ghc810/
H A DTH_unresolvedInfix.hs44 $( infixE (Just $ n +? n) plus Nothing ) N,
46 $( infixE Nothing plus (Just $ parensE $ uInfixE n plus n) ) N
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/libraries/template-haskell/Language/Haskell/TH/Lib/
H A DInternal.hs263 infixE :: Maybe ExpQ -> ExpQ -> Maybe ExpQ -> ExpQ
264 infixE (Just x) s (Just y) = do { a <- x; s' <- s; b <- y; function
266 infixE Nothing s (Just y) = do { s' <- s; b <- y; function
268 infixE (Just x) s Nothing = do { a <- x; s' <- s; function
270 infixE Nothing s Nothing = do { s' <- s; return (InfixE Nothing s' Nothing) } function
273 infixApp x y z = infixE (Just x) y (Just z)
275 sectionL x y = infixE (Just x) y Nothing
277 sectionR x y = infixE Nothing x (Just y)
/dports/lang/ghc/ghc-8.10.7/libraries/template-haskell/Language/Haskell/TH/Lib/
H A DInternal.hs263 infixE :: Maybe ExpQ -> ExpQ -> Maybe ExpQ -> ExpQ
264 infixE (Just x) s (Just y) = do { a <- x; s' <- s; b <- y; function
266 infixE Nothing s (Just y) = do { s' <- s; b <- y; function
268 infixE (Just x) s Nothing = do { a <- x; s' <- s; function
270 infixE Nothing s Nothing = do { s' <- s; return (InfixE Nothing s' Nothing) } function
273 infixApp x y z = infixE (Just x) y (Just z)
275 sectionL x y = infixE (Just x) y Nothing
277 sectionR x y = infixE Nothing x (Just y)
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/libraries/template-haskell/Language/Haskell/TH/Lib/
H A DInternal.hs280 infixE :: Quote m => Maybe (m Exp) -> m Exp -> Maybe (m Exp) -> m Exp
281 infixE (Just x) s (Just y) = do { a <- x; s' <- s; b <- y; function
283 infixE Nothing s (Just y) = do { s' <- s; b <- y; function
285 infixE (Just x) s Nothing = do { a <- x; s' <- s; function
287 infixE Nothing s Nothing = do { s' <- s; pure (InfixE Nothing s' Nothing) } function
290 infixApp x y z = infixE (Just x) y (Just z)
292 sectionL x y = infixE (Just x) y Nothing
294 sectionR x y = infixE Nothing x (Just y)
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/libraries/template-haskell/Language/Haskell/TH/Lib/
H A DInternal.hs278 infixE :: Quote m => Maybe (m Exp) -> m Exp -> Maybe (m Exp) -> m Exp
279 infixE (Just x) s (Just y) = do { a <- x; s' <- s; b <- y; function
281 infixE Nothing s (Just y) = do { s' <- s; b <- y; function
283 infixE (Just x) s Nothing = do { a <- x; s' <- s; function
285 infixE Nothing s Nothing = do { s' <- s; pure (InfixE Nothing s' Nothing) } function
288 infixApp x y z = infixE (Just x) y (Just z)
290 sectionL x y = infixE (Just x) y Nothing
292 sectionR x y = infixE Nothing x (Just y)
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/libraries/template-haskell/Language/Haskell/TH/
H A DLib.hs43 appE, appTypeE, uInfixE, parensE, infixE, infixApp, sectionL, sectionR,
/dports/lang/ghc/ghc-8.10.7/libraries/template-haskell/Language/Haskell/TH/
H A DLib.hs43 appE, appTypeE, uInfixE, parensE, infixE, infixApp, sectionL, sectionR,
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/libraries/template-haskell/Language/Haskell/TH/
H A DLib.hs44 appE, appTypeE, uInfixE, parensE, infixE, infixApp, sectionL, sectionR,
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/libraries/template-haskell/Language/Haskell/TH/
H A DLib.hs44 appE, appTypeE, uInfixE, parensE, infixE, infixApp, sectionL, sectionR,