CurryInfo: gui-3.0.0 / Graphics.UI.getOpenFile

definition:
getOpenFile :: IO String
getOpenFile = getOpenFileWithTypes []
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Pops up a GUI for selecting an existing file.
--- The file with its full path name will be returned (or "" if the user
--- cancels the selection).
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> _}
name:
getOpenFile
precedence:
no precedence defined
result-values:
_
signature:
Prelude.IO String
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term