Home
last modified time | relevance | path

Searched refs:uInfixT (Results 1 – 9 of 9) sorted by relevance

/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_Lib.hs90 a $+? b = uInfixT a tyPlus b
91 a $*? b = uInfixT a tyTimes b
/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.hs58 uInfixT, parensT, equalityT, listT, tupleT, unboxedTupleT, unboxedSumT,
/dports/lang/ghc/ghc-8.10.7/libraries/template-haskell/Language/Haskell/TH/
H A DLib.hs58 uInfixT, parensT, equalityT, listT, tupleT, unboxedTupleT, unboxedSumT,
/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.hs60 uInfixT, parensT, equalityT, listT, tupleT, unboxedTupleT, unboxedSumT,
/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.hs61 uInfixT, parensT, equalityT, listT, tupleT, unboxedTupleT, unboxedSumT,
/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.hs670 uInfixT :: TypeQ -> Name -> TypeQ -> TypeQ
671 uInfixT t1 n t2 = do t1' <- t1 function
/dports/lang/ghc/ghc-8.10.7/libraries/template-haskell/Language/Haskell/TH/Lib/
H A DInternal.hs670 uInfixT :: TypeQ -> Name -> TypeQ -> TypeQ
671 uInfixT t1 n t2 = do t1' <- t1 function
/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.hs687 uInfixT :: Quote m => m Type -> Name -> m Type -> m Type
688 uInfixT t1 n t2 = do t1' <- t1 function
/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.hs693 uInfixT :: Quote m => m Type -> Name -> m Type -> m Type
694 uInfixT t1 n t2 = do t1' <- t1 function