Home
last modified time | relevance | path

Searched refs:tupleT (Results 1 – 18 of 18) sorted by relevance

/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/plugins/hls-splice-plugin/test/testdata/
H A DTSimpleType.hs3 import Language.Haskell.TH ( tupleT )
5 main :: IO $(tupleT 0)
H A DTSimpleType.expected.hs3 import Language.Haskell.TH ( tupleT )
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/plugins/hls-splice-plugin/test/testdata/
H A DTSimpleType.hs3 import Language.Haskell.TH ( tupleT )
5 main :: IO $(tupleT 0)
H A DTSimpleType.expected.hs3 import Language.Haskell.TH ( tupleT )
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/optics-th-0.3.0.2/src/Optics/TH/Internal/
H A DUtils.hs24 toTupleT xs = appsT (tupleT (length xs)) xs
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/lens-4.19.2/src/Control/Lens/Internal/
H A DTH.hs45 toTupleT xs = appsT (tupleT (length xs)) xs
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/lens-4.19.2/src/Control/Lens/Internal/
H A DTH.hs45 toTupleT xs = appsT (tupleT (length xs)) xs
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/lens-4.19.1/src/Control/Lens/Internal/
H A DTH.hs45 toTupleT xs = appsT (tupleT (length xs)) xs
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/lens-5.0.1/src/Control/Lens/Internal/
H A DTH.hs47 toTupleT xs = appsT (tupleT (length xs)) xs
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/lens-5.0.1/src/Control/Lens/Internal/
H A DTH.hs47 toTupleT xs = appsT (tupleT (length xs)) xs
/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.hs700 tupleT :: Int -> TypeQ
701 tupleT i = return (TupleT i) function
/dports/lang/ghc/ghc-8.10.7/libraries/template-haskell/Language/Haskell/TH/Lib/
H A DInternal.hs700 tupleT :: Int -> TypeQ
701 tupleT i = return (TupleT i) 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.hs720 tupleT :: Quote m => Int -> m Type
721 tupleT i = pure (TupleT i) 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.hs726 tupleT :: Quote m => Int -> m Type
727 tupleT i = pure (TupleT i) function