Home
last modified time | relevance | path

Searched refs:runQ (Results 1 – 25 of 64) sorted by relevance

123

/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-exactprint-0.6.4/tests/examples/ghc80/
H A DTH_ppr1.hs21 main = do runQ [| f u1 u2 |] >>= p
22 runQ [| u1 `f` u2 |] >>= p
23 runQ [| (.+.) u1 u2 |] >>= p
24 runQ [| u1 .+. u2 |] >>= p
25 runQ [| (:) u1 u2 |] >>= p
26 runQ [| u1 : u2 |] >>= p
27 runQ [| \((:) x xs) -> x |] >>= p
28 runQ [| \(x : xs) -> x |] >>= p
29 runQ [d| class Foo a b where
33 runQ [| (f, 1 `f` 2) |] >>= p
[all …]
H A DT10734.hs8 pprint <$> runQ [| do { let { }; return (); } |] >>= putStrLn
9 pprint <$> runQ [| do { let { x = 5 }; return x; } |] >>= putStrLn
10 pprint <$> runQ [| do { let { x = 5; y = 3 }; return x; } |] >>= putStrLn
H A DT3572.hs11 main = putStrLn . pprint =<< runQ [d| data Void |]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-exactprint-0.6.4/tests/examples/ghc86/
H A DTH_ppr1.hs21 main = do runQ [| f u1 u2 |] >>= p
22 runQ [| u1 `f` u2 |] >>= p
23 runQ [| (.+.) u1 u2 |] >>= p
24 runQ [| u1 .+. u2 |] >>= p
25 runQ [| (:) u1 u2 |] >>= p
26 runQ [| u1 : u2 |] >>= p
27 runQ [| \((:) x xs) -> x |] >>= p
28 runQ [| \(x : xs) -> x |] >>= p
29 runQ [d| class Foo a b where
33 runQ [| (f, 1 `f` 2) |] >>= p
[all …]
H A DTH_unresolvedInfix.hs122 runQ [|N :* N :+ N|] >>= print
123 runQ [|(N :* N) :+ N|] >>= print
124 runQ [p|N :* N :+ N|] >>= print
125 runQ [p|(N :* N) :+ N|] >>= print
126 runQ [t|Int * Int + Int|] >>= print
127 runQ [t|(Int * Int) + Int|] >>= print
H A DT3572.hs11 main = putStrLn . pprint =<< runQ [d| data Void |]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-exactprint-0.6.4/tests/examples/ghc710/
H A DTH.hs8 e1 = runQ [| 1 + 2 |]
26 e4 = $(runQ [| fibs !! $( [| 8 |]) |])
29 e5 = runQ [| 1 + 2 |]
32 e6 = runQ [d|x = 5|] function
35 e7 = runQ [t|Int|]
38 e8 = runQ [p|(x,y)|]
40 myExp :: Q Exp; myExp = runQ [| 1 + 2 |]
42 e9 = runQ(myExp) >>= putStrLn.pprint
/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.hs117 runQ [|N :* N :+ N|] >>= print
118 runQ [|(N :* N) :+ N|] >>= print
119 runQ [p|N :* N :+ N|] >>= print
120 runQ [p|(N :* N) :+ N|] >>= print
121 runQ [t|Int * Int + Int|] >>= print
122 runQ [t|(Int * Int) + Int|] >>= print
/dports/lang/ghc/ghc-8.10.7/libraries/template-haskell/tests/
H A DdataToExpQUnit.hs10 $( do u1 <- runQ (dataToExpQ (const Nothing) ())
11 u2 <- runQ [| () |]
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/sbv-8.12/SBVTestSuite/TestSuite/Transformers/
H A DSymbolicEval.hs43 runExceptT (runSMT (query (runQ (pure $ (5 :: SInt8) .< 6))))
47 runExceptT (runSMT (query (runQ $ throwError "oops")))
/dports/devel/stack/stack-2.7.3/_cabal_deps/persistent-2.13.0.1/bench/
H A DModels.hs12 mkPersist' = runQ . mkPersist sqlSettings
15 parseReferences' = runQ . parseReferencesQ
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/persistent-template-2.8.2.3/bench/
H A DModels.hs12 mkPersist' = runQ . mkPersist sqlSettings
15 parseReferences' = runQ . parseReferencesQ
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/persistent-template-2.8.2.3/bench/
H A DModels.hs12 mkPersist' = runQ . mkPersist sqlSettings
15 parseReferences' = runQ . parseReferencesQ
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-exactprint-0.6.4/tests/examples/ghc90/
H A DT18522-dbg-ppr.hs6 import Language.Haskell.TH (runQ)
39 th_t <- runQ [t| forall k {j}.
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/haskell-src-exts-1.23.1/tests/examples/
H A DQuasiQuoteSplice.hs8 runQ [t| forall m. PageFunction m $(conT (mkName "a")) |] >>= print
H A DQuasiQuoteSplice.hs.prettyprinter.golden8 runQ [t| forall m . PageFunction m $( conT (mkName "a") ) |] >>=
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/haskell-src-exts-1.23.0/tests/examples/
H A DQuasiQuoteSplice.hs8 runQ [t| forall m. PageFunction m $(conT (mkName "a")) |] >>= print
H A DQuasiQuoteSplice.hs.prettyprinter.golden8 runQ [t| forall m . PageFunction m $( conT (mkName "a") ) |] >>=
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/haskell-src-exts-1.23.1/tests/examples/
H A DQuasiQuoteSplice.hs8 runQ [t| forall m. PageFunction m $(conT (mkName "a")) |] >>= print
H A DQuasiQuoteSplice.hs.prettyprinter.golden8 runQ [t| forall m . PageFunction m $( conT (mkName "a") ) |] >>=
/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/src/threads/combined/
H A Dprucpu.c128 for (index = 0; index < PR_ARRAY_SIZE(cpuQueue->runQ); index++) { in _PR_CreateCPUQueue()
129 PR_INIT_CLIST( &(cpuQueue->runQ[index]) ); in _PR_CreateCPUQueue()
/dports/www/firefox/firefox-99.0/nsprpub/pr/src/threads/combined/
H A Dprucpu.c128 for (index = 0; index < PR_ARRAY_SIZE(cpuQueue->runQ); index++) { in _PR_CreateCPUQueue()
129 PR_INIT_CLIST( &(cpuQueue->runQ[index]) ); in _PR_CreateCPUQueue()
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/src/threads/combined/
H A Dprucpu.c127 for (index = 0; index < PR_ARRAY_SIZE(cpuQueue->runQ); index++) in _PR_CreateCPUQueue()
128 PR_INIT_CLIST( &(cpuQueue->runQ[index]) ); in _PR_CreateCPUQueue()
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/src/threads/combined/
H A Dprucpu.c127 for (index = 0; index < PR_ARRAY_SIZE(cpuQueue->runQ); index++) in _PR_CreateCPUQueue()
128 PR_INIT_CLIST( &(cpuQueue->runQ[index]) ); in _PR_CreateCPUQueue()
/dports/devel/nspr/nspr-4.33/nspr/pr/src/threads/combined/
H A Dprucpu.c128 for (index = 0; index < PR_ARRAY_SIZE(cpuQueue->runQ); index++) { in _PR_CreateCPUQueue()
129 PR_INIT_CLIST( &(cpuQueue->runQ[index]) ); in _PR_CreateCPUQueue()

123