Home
last modified time | relevance | path

Searched refs:InfixR (Results 1 – 25 of 131) sorted by relevance

123456

/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Types/
H A DFixity.hs50 | InfixR constructor
56 ppr InfixR = text "infixr"
62 put_ bh InfixR =
70 1 -> return InfixR
84 funTyFixity = Fixity NoSourceText (-1) InfixR -- Fixity of '->', see #15235
104 (InfixR, InfixR) -> right
/dports/devel/hs-hlint/hlint-3.3.4/src/
H A DFixity.hs34 f InfixR = RightAssociative
41 f RightAssociative = InfixR
49 InfixR -> RightAssociative
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/hlint-3.2.7/src/
H A DFixity.hs34 f InfixR = RightAssociative
42 f RightAssociative = InfixR
50 InfixR -> RightAssociative
/dports/devel/hs-mueval/mueval-0.9.3/_cabal_deps/simple-reflect-0.3.3/Debug/SimpleReflect/
H A DExpr.hs66 data Associativity = InfixL | Infix | InfixR deriving Eq constructor
74 . showExpr b (if fix == InfixR then prec else prec + 1)
197 (**) = withReduce2 $ op InfixR 8 "**" `dOp2` (**)
229 (<>) = withReduce2 $ op InfixR 6 " <> "
235 mappend = withReduce2 $ op InfixR 6 " <> "
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/retrie-0.1.1.1/hse/
H A DFixity.hs37 dir (HSE.AssocRight _) = InfixR
/dports/devel/stack/stack-2.7.3/_cabal_deps/parser-combinators-1.3.0/Control/Monad/Combinators/
H A DExpr.hs32 InfixR (m (a -> a -> a)) constructor
184 splitOp (InfixR op) (r, l, n, pre, post, tern) = (op : r, l, n, pre, post, tern)
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/parser-combinators-1.2.1/Control/Monad/Combinators/
H A DExpr.hs30 | InfixR (m (a -> a -> a)) -- ^ Right-associative infix constructor
184 splitOp (InfixR op) (r, l, n, pre, post, tern) = (op:r, l, n, pre, post, tern)
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/parser-combinators-1.3.0/Control/Monad/Combinators/
H A DExpr.hs32 InfixR (m (a -> a -> a)) constructor
184 splitOp (InfixR op) (r, l, n, pre, post, tern) = (op : r, l, n, pre, post, tern)
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/tasty-1.3.1/Test/Tasty/Patterns/
H A DExpr.hs28 | InfixR (m (a -> a -> a)) -- ^ Right-associative infix constructor
168 splitOp (InfixR op) (r, l, n, pre, post, tern) = (op:r, l, n, pre, post, tern)
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/tasty-1.3.1/Test/Tasty/Patterns/
H A DExpr.hs28 | InfixR (m (a -> a -> a)) -- ^ Right-associative infix constructor
168 splitOp (InfixR op) (r, l, n, pre, post, tern) = (op:r, l, n, pre, post, tern)
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/parser-combinators-1.2.1/Control/Monad/Combinators/
H A DExpr.hs30 | InfixR (m (a -> a -> a)) -- ^ Right-associative infix constructor
184 splitOp (InfixR op) (r, l, n, pre, post, tern) = (op:r, l, n, pre, post, tern)
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/tasty-1.4.1/Test/Tasty/Patterns/
H A DExpr.hs28 | InfixR (m (a -> a -> a)) -- ^ Right-associative infix constructor
168 splitOp (InfixR op) (r, l, n, pre, post, tern) = (op:r, l, n, pre, post, tern)
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/parser-combinators-1.3.0/Control/Monad/Combinators/
H A DExpr.hs32 InfixR (m (a -> a -> a)) constructor
184 splitOp (InfixR op) (r, l, n, pre, post, tern) = (op : r, l, n, pre, post, tern)
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/tasty-1.3.1/Test/Tasty/Patterns/
H A DExpr.hs28 | InfixR (m (a -> a -> a)) -- ^ Right-associative infix constructor
168 splitOp (InfixR op) (r, l, n, pre, post, tern) = (op:r, l, n, pre, post, tern)
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/tasty-1.4.2/Test/Tasty/Patterns/
H A DExpr.hs28 | InfixR (m (a -> a -> a)) -- ^ Right-associative infix constructor
168 splitOp (InfixR op) (r, l, n, pre, post, tern) = (op:r, l, n, pre, post, tern)
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/parser-combinators-1.3.0/Control/Monad/Combinators/
H A DExpr.hs32 InfixR (m (a -> a -> a)) constructor
184 splitOp (InfixR op) (r, l, n, pre, post, tern) = (op : r, l, n, pre, post, tern)
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/parser-combinators-1.3.0/Control/Monad/Combinators/
H A DExpr.hs32 InfixR (m (a -> a -> a)) constructor
184 splitOp (InfixR op) (r, l, n, pre, post, tern) = (op : r, l, n, pre, post, tern)
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/parser-combinators-1.3.0/Control/Monad/Combinators/
H A DExpr.hs32 InfixR (m (a -> a -> a)) constructor
184 splitOp (InfixR op) (r, l, n, pre, post, tern) = (op : r, l, n, pre, post, tern)
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/parser-combinators-1.3.0/Control/Monad/Combinators/
H A DExpr.hs32 InfixR (m (a -> a -> a)) constructor
184 splitOp (InfixR op) (r, l, n, pre, post, tern) = (op : r, l, n, pre, post, tern)
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/parser-combinators-1.2.1/Control/Monad/Combinators/
H A DExpr.hs30 | InfixR (m (a -> a -> a)) -- ^ Right-associative infix constructor
184 splitOp (InfixR op) (r, l, n, pre, post, tern) = (op:r, l, n, pre, post, tern)
/dports/misc/hs-hascard/hascard-0.3.0.1/_cabal_deps/parser-combinators-1.3.0/Control/Monad/Combinators/
H A DExpr.hs32 InfixR (m (a -> a -> a)) constructor
184 splitOp (InfixR op) (r, l, n, pre, post, tern) = (op : r, l, n, pre, post, tern)
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/tasty-1.4.1/Test/Tasty/Patterns/
H A DExpr.hs28 | InfixR (m (a -> a -> a)) -- ^ Right-associative infix constructor
168 splitOp (InfixR op) (r, l, n, pre, post, tern) = (op:r, l, n, pre, post, tern)
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/fourmolu-0.3.0.0/src/Ormolu/Printer/
H A DOperators.hs128 [ ("$", fixity 0 InfixR),
129 (":", fixity 1 InfixR),
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ormolu-0.1.4.1/src/Ormolu/Printer/
H A DOperators.hs128 [ ("$", fixity 0 InfixR),
129 (":", fixity 1 InfixR),
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/retrie-0.1.1.1/Retrie/
H A DFixity.hs54 InfixR -> "infixr"

123456