Home
last modified time | relevance | path

Searched defs:hPutStrLn (Results 1 – 25 of 46) sorted by relevance

12

/dports/lang/purescript/purescript-0.14.5/_cabal_deps/protolude-0.3.0/src/Protolude/
H A DShow.hs46 hPutStrLn = \h -> liftIO . T.hPutStrLn h function
50 hPutStrLn = \h -> liftIO . TL.hPutStrLn h function
54 hPutStrLn = \h -> liftIO . BS.hPutStrLn h function
58 hPutStrLn = \h -> liftIO . BL.hPutStrLn h function
62 hPutStrLn = \h -> liftIO . Base.hPutStrLn h function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/protolude-0.3.0/src/Protolude/
H A DShow.hs46 hPutStrLn = \h -> liftIO . T.hPutStrLn h function
50 hPutStrLn = \h -> liftIO . TL.hPutStrLn h function
54 hPutStrLn = \h -> liftIO . BS.hPutStrLn h function
58 hPutStrLn = \h -> liftIO . BL.hPutStrLn h function
62 hPutStrLn = \h -> liftIO . Base.hPutStrLn h function
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/chunked-data-0.3.1/src/Data/
H A DIOData.hs45 hPutStrLn h = liftIO . ByteString8.hPutStrLn h function
54 hPutStrLn h lbs = liftIO $ do function
65 hPutStrLn h = liftIO . Text.hPutStrLn h function
85 hPutStrLn h = liftIO . LText.hPutStrLn h function
94 hPutStrLn h = liftIO . System.IO.hPutStrLn h function
/dports/devel/stack/stack-2.7.3/_cabal_deps/hpack-0.34.4/src/Hpack/
H A DUtf8.hs58 hPutStrLn h xs = hPutStr h xs >> hPutStr h "\n" function
/dports/devel/hs-hpack/hpack-0.34.4/src/Hpack/
H A DUtf8.hs58 hPutStrLn h xs = hPutStr h xs >> hPutStr h "\n" function
/dports/lang/ghc/ghc-8.10.7/libraries/text/src/Data/Text/Lazy/
H A DIO.hs142 hPutStrLn h t = hPutStr h t >> hPutChar h '\n' function
/dports/lang/ghc/ghc-8.10.7/libraries/text/tests/src/Data/Text/Lazy/
H A DIO.hs142 hPutStrLn h t = hPutStr h t >> hPutChar h '\n' function
/dports/lang/ghc/ghc-8.10.7/libraries/text/benchmarks/src/Data/Text/Lazy/
H A DIO.hs142 hPutStrLn h t = hPutStr h t >> hPutChar h '\n' function
/dports/lang/elm/compiler-0.19.1/_cabal_deps/text-1.2.3.2/Data/Text/Lazy/
H A DIO.hs142 hPutStrLn h t = hPutStr h t >> hPutChar h '\n' function
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/
H A DUTF8.hs93 hPutStrLn = hPutStrLnWith 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.hs93 hPutStrLn = hPutStrLnWith nativeNewline function
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/Cabal-3.0.2.0/tests/UnitTests/Distribution/Simple/
H A DUtils.hs65 hPutStrLn handleHs "main = Data.ByteString.putStr (Data.ByteString.pack [32, 32, 255])" function
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/Cabal-3.4.0.0/tests/UnitTests/Distribution/Simple/
H A DUtils.hs66 hPutStrLn handleHs "main = Data.ByteString.putStr (Data.ByteString.pack [32, 32, 255])" function
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/Cabal/tests/UnitTests/Distribution/Simple/
H A DUtils.hs66 hPutStrLn handleHs "main = Data.ByteString.putStr (Data.ByteString.pack [32, 32, 255])" function
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/Cabal/tests/UnitTests/Distribution/Simple/
H A DUtils.hs66 hPutStrLn handleHs "main = Data.ByteString.putStr (Data.ByteString.pack [32, 32, 255])" function
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/c2hs-0.28.7/src/System/
H A DCIO.hs110 hPutStrLn h s = liftIO (IO.hPutStrLn h s) function
/dports/lang/ghc/ghc-8.10.7/libraries/text/src/Data/Text/
H A DIO.hs293 hPutStrLn h t = hPutStr h t >> hPutChar h '\n' function
/dports/lang/ghc/ghc-8.10.7/libraries/text/tests/src/Data/Text/
H A DIO.hs293 hPutStrLn h t = hPutStr h t >> hPutChar h '\n' function
/dports/lang/ghc/ghc-8.10.7/libraries/text/benchmarks/src/Data/Text/
H A DIO.hs293 hPutStrLn h t = hPutStr h t >> hPutChar h '\n' function
/dports/lang/elm/compiler-0.19.1/_cabal_deps/text-1.2.3.2/Data/Text/
H A DIO.hs293 hPutStrLn h t = hPutStr h t >> hPutChar h '\n' function
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/hledger-lib-1.19/Hledger/Utils/
H A DUTF8IOCompat.hs80 -- hPutStrLn h = bs_hPutStrLn h . U8.fromString function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/hledger-lib-1.19/Hledger/Utils/
H A DUTF8IOCompat.hs80 -- hPutStrLn h = bs_hPutStrLn 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.hs80 -- hPutStrLn h = bs_hPutStrLn h . U8.fromString function
/dports/devel/stack/stack-2.7.3/_cabal_deps/cryptohash-sha256-0.11.102.0/src-exe/
H A Dsha256sum.hs70 hPutStrLn stdout $ concat [ "SHA256 (", fn, ") = ", B.unpack h ] function
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/cryptohash-sha256-0.11.102.0/src-exe/
H A Dsha256sum.hs70 hPutStrLn stdout $ concat [ "SHA256 (", fn, ") = ", B.unpack h ] function

12