Home
last modified time | relevance | path

Searched defs:hPutStr (Results 1 – 25 of 32) sorted by relevance

12

/dports/lang/purescript/purescript-0.14.5/_cabal_deps/protolude-0.3.0/src/Protolude/
H A DShow.hs45 hPutStr = \h -> liftIO . T.hPutStr h function
49 hPutStr = \h -> liftIO . TL.hPutStr h function
53 hPutStr = \h -> liftIO . BS.hPutStr h function
57 hPutStr = \h -> liftIO . BL.hPutStr h function
61 hPutStr = \h -> liftIO . Base.hPutStr h function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/protolude-0.3.0/src/Protolude/
H A DShow.hs45 hPutStr = \h -> liftIO . T.hPutStr h function
49 hPutStr = \h -> liftIO . TL.hPutStr h function
53 hPutStr = \h -> liftIO . BS.hPutStr h function
57 hPutStr = \h -> liftIO . BL.hPutStr h function
61 hPutStr = \h -> liftIO . Base.hPutStr h function
/dports/devel/stack/stack-2.7.3/_cabal_deps/hpack-0.34.4/src/Hpack/
H A DUtf8.hs61 hPutStr h = B.hPutStr h . encodeText function
/dports/devel/hs-hpack/hpack-0.34.4/src/Hpack/
H A DUtf8.hs61 hPutStr h = B.hPutStr h . encodeText function
/dports/devel/stack/stack-2.7.3/_cabal_deps/rio-0.1.20.0/src/RIO/ByteString/
H A DLazy.hs215 hPutStr h = liftIO . Data.ByteString.Lazy.hPutStr h function
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/rio-0.1.20.0/src/RIO/ByteString/
H A DLazy.hs215 hPutStr h = liftIO . Data.ByteString.Lazy.hPutStr h function
/dports/lang/ghc/ghc-8.10.7/libraries/text/src/Data/Text/Lazy/
H A DIO.hs138 hPutStr h = mapM_ (T.hPutStr h) . L.toChunks function
/dports/lang/ghc/ghc-8.10.7/libraries/text/tests/src/Data/Text/Lazy/
H A DIO.hs138 hPutStr h = mapM_ (T.hPutStr h) . L.toChunks function
/dports/lang/ghc/ghc-8.10.7/libraries/text/benchmarks/src/Data/Text/Lazy/
H A DIO.hs138 hPutStr h = mapM_ (T.hPutStr h) . L.toChunks function
/dports/lang/elm/compiler-0.19.1/_cabal_deps/text-1.2.3.2/Data/Text/Lazy/
H A DIO.hs138 hPutStr h = mapM_ (T.hPutStr h) . L.toChunks function
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/ListLike-4.7.3/src/Data/ListLike/
H A DChars.hs91 hPutStr h (B b) = hPutStr h . Builder.toLazyText $ b function
92 hPutStr h (T s) = hPutStr h $ s function
H A DInstances.hs87 hPutStr = IO.hPutStr function
221 hPutStr = BS.hPutStr function
351 hPutStr = BSL.hPut function
512 hPutStr h = hPutStr h . toString function
531 hPutStr h = hPutStr h . toString function
/dports/devel/stack/stack-2.7.3/_cabal_deps/rio-0.1.20.0/src/RIO/
H A DByteString.hs93 hPutStr h = liftIO . B.hPutStr h function
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/rio-0.1.20.0/src/RIO/
H A DByteString.hs93 hPutStr h = liftIO . B.hPutStr h function
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/
H A DUTF8.hs85 hPutStr = hPutStrWith nativeNewline function
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/
H A DUTF8.hs85 hPutStr = hPutStrWith nativeNewline function
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/c2hs-0.28.7/src/System/
H A DCIO.hs107 hPutStr h s = liftIO (IO.hPutStr h s) function
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/ListLike-4.7.3/src/Data/ListLike/Text/
H A DBuilder.hs46 hPutStr h = hPutStr h . Builder.toLazyText function
/dports/lang/ghc/ghc-8.10.7/libraries/text/src/Data/Text/
H A DIO.hs182 hPutStr h t = do function
/dports/lang/ghc/ghc-8.10.7/libraries/text/tests/src/Data/Text/
H A DIO.hs182 hPutStr h t = do function
/dports/lang/ghc/ghc-8.10.7/libraries/text/benchmarks/src/Data/Text/
H A DIO.hs182 hPutStr h t = do function
/dports/lang/elm/compiler-0.19.1/_cabal_deps/text-1.2.3.2/Data/Text/
H A DIO.hs182 hPutStr h t = do function
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/hledger-lib-1.19/Hledger/Utils/
H A DUTF8IOCompat.hs77 -- hPutStr h = bs_hPutStr h . U8.fromString function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/hledger-lib-1.19/Hledger/Utils/
H A DUTF8IOCompat.hs77 -- hPutStr h = bs_hPutStr h . U8.fromString function
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/hledger-lib-1.19.1/Hledger/Utils/
H A DUTF8IOCompat.hs77 -- hPutStr h = bs_hPutStr h . U8.fromString function

12