CurryInfo: bindata-3.0.0 / System.IO.BinaryFile.openBinaryFile

definition: Info
 
openBinaryFile :: String -> IOMode -> IO Handle
openBinaryFile filename mode = (prim_openBinaryFile $## filename) $# mode
demand: Info
 arguments 1 2
deterministic: Info
 deterministic operation
documentation: Info
 
Like 'System.IO.openFile', but open the file in binary mode.
Thus, no translation of character is performed when reading
or writing a file.
Returns a handle to read and write the binary stream
(e.g., with operations 'hGetByte' and 'hPutByte').
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> _}
name: Info
 openBinaryFile
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 String -> System.IO.IOMode -> Prelude.IO System.IO.Handle
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms