fs-api-0.4.0.0: Abstract interface for the file system
Safe HaskellSafe-Inferred
LanguageHaskell2010

System.FS.API.Strict

Synopsis

API

Strict functions

hPutAllStrict ∷ ∀ m h. (HasCallStack, Monad m) ⇒ HasFS m h → Handle h → ByteString → m Word64 Source #

This function makes sure that the whole ByteString is written.