Home
last modified time | relevance | path

Searched refs:liftIO (Results 1 – 25 of 2347) sorted by relevance

12345678910>>...94

/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/chunked-data-0.3.1/src/Data/
H A DIOData.hs41 getLine = liftIO ByteString.getLine
44 hPut h = liftIO . ByteString.hPut h
54 hPutStrLn h lbs = liftIO $ do
59 readFile = liftIO . Text.readFile
61 getLine = liftIO Text.getLine
63 hGetLine = liftIO . Text.hGetLine
64 hPut h = liftIO . Text.hPutStr h
79 readFile = liftIO . LText.readFile
81 getLine = liftIO LText.getLine
84 hPut h = liftIO . LText.hPutStr h
[all …]
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/shake-0.19.4/src/Test/
H A DCommand.hs67 liftIO $ waits $ \w -> do
89 offset <- liftIO offsetTime
91 t <- liftIO offset
112 liftIO $ out === "HELLO SHAKE\n"
114 liftIO $ out === "GOODBYE SHAKE"
118 liftIO $ out === "SPACE 1\n"
120 liftIO $ out === "SPACE 2\n"
121 whenM (liftIO hasTracker) $ do
123 liftIO $ out === "SPACE 2\n"
139 liftIO $ waits $ \w -> do
[all …]
H A DParallel.hs20 sem <- liftIO $ newQSemN 0
23 liftIO $ assertWithin 1 $ do
38 liftIO $ sleep 0.1
44 liftIO $ pure ()
47 sem <- liftIO $ newQSemN 0
50 liftIO $ assertWithin 1 $ do
61 done <- liftIO $ newIORef 0
62 lock <- liftIO newLock
69 active <- liftIO $ newIORef 0
70 peak <- liftIO $ newIORef 0
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/shake-0.19.4/src/Test/
H A DCommand.hs67 liftIO $ waits $ \w -> do
89 offset <- liftIO offsetTime
91 t <- liftIO offset
112 liftIO $ out === "HELLO SHAKE\n"
114 liftIO $ out === "GOODBYE SHAKE"
118 liftIO $ out === "SPACE 1\n"
120 liftIO $ out === "SPACE 2\n"
121 whenM (liftIO hasTracker) $ do
123 liftIO $ out === "SPACE 2\n"
139 liftIO $ waits $ \w -> do
[all …]
H A DParallel.hs20 sem <- liftIO $ newQSemN 0
23 liftIO $ assertWithin 1 $ do
38 liftIO $ sleep 0.1
44 liftIO $ pure ()
47 sem <- liftIO $ newQSemN 0
50 liftIO $ assertWithin 1 $ do
61 done <- liftIO $ newIORef 0
62 lock <- liftIO newLock
69 active <- liftIO $ newIORef 0
70 peak <- liftIO $ newIORef 0
[all …]
/dports/devel/hs-shake/shake-0.19.6/src/Test/
H A DCommand.hs67 liftIO $ waits $ \w -> do
89 offset <- liftIO offsetTime
91 t <- liftIO offset
112 liftIO $ out === "HELLO SHAKE\n"
114 liftIO $ out === "GOODBYE SHAKE"
118 liftIO $ out === "SPACE 1\n"
120 liftIO $ out === "SPACE 2\n"
121 whenM (liftIO hasTracker) $ do
123 liftIO $ out === "SPACE 2\n"
139 liftIO $ waits $ \w -> do
[all …]
H A DParallel.hs20 sem <- liftIO $ newQSemN 0
23 liftIO $ assertWithin 1 $ do
38 liftIO $ sleep 0.1
44 liftIO $ pure ()
47 sem <- liftIO $ newQSemN 0
50 liftIO $ assertWithin 1 $ do
61 done <- liftIO $ newIORef 0
62 lock <- liftIO newLock
69 active <- liftIO $ newIORef 0
70 peak <- liftIO $ newIORef 0
[all …]
/dports/devel/stack/stack-2.7.3/_cabal_deps/unliftio-0.2.16/src/UnliftIO/
H A DDirectory.hs145 createDirectory = liftIO . D.createDirectory
174 removeDirectory = liftIO . D.removeDirectory
205 listDirectory = liftIO . D.listDirectory
281 removeFile = liftIO . D.removeFile
328 makeAbsolute = liftIO . D.makeAbsolute
343 findExecutable = liftIO . D.findExecutable
415 getFileSize = liftIO . D.getFileSize
424 doesPathExist = liftIO . D.doesPathExist
432 doesFileExist = liftIO . D.doesFileExist
455 getPermissions = liftIO . D.getPermissions
[all …]
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/unliftio-0.2.19/src/UnliftIO/
H A DDirectory.hs145 createDirectory = liftIO . D.createDirectory
174 removeDirectory = liftIO . D.removeDirectory
205 listDirectory = liftIO . D.listDirectory
281 removeFile = liftIO . D.removeFile
328 makeAbsolute = liftIO . D.makeAbsolute
343 findExecutable = liftIO . D.findExecutable
415 getFileSize = liftIO . D.getFileSize
424 doesPathExist = liftIO . D.doesPathExist
432 doesFileExist = liftIO . D.doesFileExist
455 getPermissions = liftIO . D.getPermissions
[all …]
/dports/ports-mgmt/hs-panopticum/panopticum-3e29a6b2b989855a8e0dd5e93fcda5ba7b748999/_cabal_deps/unliftio-0.2.20/src/UnliftIO/
H A DDirectory.hs145 createDirectory = liftIO . D.createDirectory
174 removeDirectory = liftIO . D.removeDirectory
205 listDirectory = liftIO . D.listDirectory
281 removeFile = liftIO . D.removeFile
328 makeAbsolute = liftIO . D.makeAbsolute
343 findExecutable = liftIO . D.findExecutable
415 getFileSize = liftIO . D.getFileSize
424 doesPathExist = liftIO . D.doesPathExist
432 doesFileExist = liftIO . D.doesFileExist
455 getPermissions = liftIO . D.getPermissions
[all …]
H A DIO.hs59 openFile fp = liftIO . IO.openFile fp
65 hClose = liftIO . IO.hClose
71 hFlush = liftIO . IO.hFlush
77 hFileSize = liftIO . IO.hFileSize
89 hIsEOF = liftIO . IO.hIsEOF
107 hSeek h s = liftIO . IO.hSeek h s
113 hTell = liftIO . IO.hTell
119 hIsOpen = liftIO . IO.hIsOpen
125 hIsClosed = liftIO . IO.hIsClosed
161 hGetEcho = liftIO . IO.hGetEcho
[all …]
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/unliftio-0.2.19/src/UnliftIO/
H A DDirectory.hs145 createDirectory = liftIO . D.createDirectory
174 removeDirectory = liftIO . D.removeDirectory
205 listDirectory = liftIO . D.listDirectory
281 removeFile = liftIO . D.removeFile
328 makeAbsolute = liftIO . D.makeAbsolute
343 findExecutable = liftIO . D.findExecutable
415 getFileSize = liftIO . D.getFileSize
424 doesPathExist = liftIO . D.doesPathExist
432 doesFileExist = liftIO . D.doesFileExist
455 getPermissions = liftIO . D.getPermissions
[all …]
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/unliftio-0.2.13/src/UnliftIO/
H A DDirectory.hs142 createDirectory = liftIO . D.createDirectory
157 removeDirectory = liftIO . D.removeDirectory
188 listDirectory = liftIO . D.listDirectory
264 removeFile = liftIO . D.removeFile
311 makeAbsolute = liftIO . D.makeAbsolute
326 findExecutable = liftIO . D.findExecutable
398 getFileSize = liftIO . D.getFileSize
407 doesPathExist = liftIO . D.doesPathExist
415 doesFileExist = liftIO . D.doesFileExist
438 getPermissions = liftIO . D.getPermissions
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/unliftio-0.2.13/src/UnliftIO/
H A DDirectory.hs142 createDirectory = liftIO . D.createDirectory
157 removeDirectory = liftIO . D.removeDirectory
188 listDirectory = liftIO . D.listDirectory
264 removeFile = liftIO . D.removeFile
311 makeAbsolute = liftIO . D.makeAbsolute
326 findExecutable = liftIO . D.findExecutable
398 getFileSize = liftIO . D.getFileSize
407 doesPathExist = liftIO . D.doesPathExist
415 doesFileExist = liftIO . D.doesFileExist
438 getPermissions = liftIO . D.getPermissions
[all …]
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/unliftio-0.2.14/src/UnliftIO/
H A DDirectory.hs142 createDirectory = liftIO . D.createDirectory
157 removeDirectory = liftIO . D.removeDirectory
188 listDirectory = liftIO . D.listDirectory
264 removeFile = liftIO . D.removeFile
311 makeAbsolute = liftIO . D.makeAbsolute
326 findExecutable = liftIO . D.findExecutable
398 getFileSize = liftIO . D.getFileSize
407 doesPathExist = liftIO . D.doesPathExist
415 doesFileExist = liftIO . D.doesFileExist
438 getPermissions = liftIO . D.getPermissions
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/unliftio-0.2.14/src/UnliftIO/
H A DDirectory.hs142 createDirectory = liftIO . D.createDirectory
157 removeDirectory = liftIO . D.removeDirectory
188 listDirectory = liftIO . D.listDirectory
264 removeFile = liftIO . D.removeFile
311 makeAbsolute = liftIO . D.makeAbsolute
326 findExecutable = liftIO . D.findExecutable
398 getFileSize = liftIO . D.getFileSize
407 doesPathExist = liftIO . D.doesPathExist
415 doesFileExist = liftIO . D.doesFileExist
438 getPermissions = liftIO . D.getPermissions
[all …]
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/unliftio-0.2.14/src/UnliftIO/
H A DDirectory.hs142 createDirectory = liftIO . D.createDirectory
157 removeDirectory = liftIO . D.removeDirectory
188 listDirectory = liftIO . D.listDirectory
264 removeFile = liftIO . D.removeFile
311 makeAbsolute = liftIO . D.makeAbsolute
326 findExecutable = liftIO . D.findExecutable
398 getFileSize = liftIO . D.getFileSize
407 doesPathExist = liftIO . D.doesPathExist
415 doesFileExist = liftIO . D.doesFileExist
438 getPermissions = liftIO . D.getPermissions
[all …]
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/system-fileio-0.3.16.4/tests/FilesystemTests/
H A DPosix.hs381 old_contents <- liftIO $
384 new_contents <- liftIO $
588 path <- liftIO $
593 fallback <- liftIO $
626 read_contents <- liftIO $
636 liftIO $
640 read_contents <- liftIO $
652 read_contents <- liftIO $
711 ret <- liftIO $
731 liftIO $ c_free buf
[all …]
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/gtk2hs-buildtools-0.13.8.0/c2hs/base/state/
H A DCIO.hs86 import StateBase (PreCST, liftIO)
93 openFileCIO p m = liftIO $ do
101 hCloseCIO h = liftIO (hClose h)
107 putCharCIO c = liftIO (putChar c)
110 putStrCIO s = liftIO (putStr s)
127 liftIO (hGetContents hnd)
133 printCIO a = liftIO (print a)
136 getCharCIO = liftIO getChar
139 hFlushCIO h = liftIO (hFlush h)
171 exitWithCIO = liftIO . exitWith
[all …]
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/gtk2hs-buildtools-0.13.8.0/c2hs/base/state/
H A DCIO.hs86 import StateBase (PreCST, liftIO)
93 openFileCIO p m = liftIO $ do
101 hCloseCIO h = liftIO (hClose h)
107 putCharCIO c = liftIO (putChar c)
110 putStrCIO s = liftIO (putStr s)
127 liftIO (hGetContents hnd)
133 printCIO a = liftIO (print a)
136 getCharCIO = liftIO getChar
139 hFlushCIO h = liftIO (hFlush h)
171 exitWithCIO = liftIO . exitWith
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/test/functional/
H A DFunctionalCodeAction.hs46 liftIO $ do
252 liftIO $ do
260 liftIO $
281 liftIO $ do
311 liftIO $ do
319 liftIO $
340 liftIO $ do
348 liftIO $ do
371 liftIO $ do
535 liftIO $ do
[all …]
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/test/functional/
H A DFunctionalCodeAction.hs46 liftIO $ do
252 liftIO $ do
260 liftIO $
281 liftIO $ do
311 liftIO $ do
319 liftIO $
340 liftIO $ do
348 liftIO $ do
371 liftIO $ do
535 liftIO $ do
[all …]
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/c2hs-0.28.7/src/System/
H A DCIO.hs61 liftIO
80 openFile p m = liftIO $ do
92 hClose h = liftIO (IO.hClose h)
101 putStr s = liftIO (IO.putStr s)
124 liftIO (IO.hGetContents hnd)
127 print a = liftIO (IO.print a)
130 getChar = liftIO IO.getChar
133 hFlush h = liftIO (IO.hFlush h)
168 exitWith = liftIO . IO.exitWith
171 getArgs = liftIO IO.getArgs
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/dbus-1.2.15.1/tests/DBusTests/
H A DTransport.hs91 liftIO (transportClose t)
102 liftIO (transportClose t)
145 liftIO $ assertThrows
172 liftIO (transportClose t)
183 liftIO (transportClose t)
265 liftIO $ assertThrows
280 _ <- liftIO $ forkIO $ do
315 _ <- liftIO $ forkIO $ do
325 liftIO (bytes @?= "123")
363 path <- liftIO getTempPath
[all …]
/dports/security/hs-cryptol/cryptol-2.11.0/src/Cryptol/Backend/
H A DWhat4.hs116 liftIO = doEval . liftIO function
137 liftIO (W4.notPred sym p)
172 liftIO = total . liftIO function
314 unpackWord sym bv = liftIO $
371 liftIO $ do
391 liftIO $ do
422 znEq sym m x y = liftIO $
531 sLg2 sym x = liftIO $ go 0
613 do grd <- liftIO
619 liftIO
[all …]

12345678910>>...94