definition: |
getSaveFile :: IO String getSaveFile = getSaveFileWithTypes [] |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Pops up a GUI for choosing a file to save some data. --- If the user chooses an existing file, she/he will asked to confirm --- to overwrite it. --- 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: |
getSaveFile |
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 |