CurryInfo: base-3.4.0 / System.IO.hSeek

definition: Info
 
hSeek :: Handle -> SeekMode -> Int -> IO ()
hSeek h sm pos = ((prim_hSeek $# h) $# sm) $# pos
demand: Info
 arguments 1 2 3
deterministic: Info
 deterministic operation
documentation: Info
 
Set the position of a handle to a seekable stream (e.g., a file).
If the second argument is `AbsoluteSeek`,
`SeekFromEnd`, or `RelativeSeek`,
the position is set relative to the beginning of the file,
to the end of the file, or to the current position, respectively.
failfree: Info
 (_, _, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_,_) |-> _}
name: Info
 hSeek
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Handle -> SeekMode -> Prelude.Int -> Prelude.IO ()
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms