Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- module System.FS.API
- hPutAllStrict ∷ ∀ m h. (HasCallStack, Monad m) ⇒ HasFS m h → Handle h → ByteString → m Word64
API
module System.FS.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.