definition: |
popupMessage :: String -> IO () popupMessage s = runGUI "" (Col [] [Label [Text s], Button exitGUI [Text "Dismiss"]]) |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- A simple popup message. |
failfree: |
<FAILING> |
indeterministic: |
might be indeterministic |
infix: |
no fixity defined |
iotype: |
{(_) |-> _} |
name: |
popupMessage |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
String -> Prelude.IO () |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |