definition: |
debugTcl :: Widget -> IO () debugTcl widget = putStrLn (fst (mainWidget2tcl widget)) |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Prints the generated Tcl commands of a main widget (useful for debugging). |
failfree: |
<FAILING> |
indeterministic: |
might be indeterministic |
infix: |
no fixity defined |
iotype: |
{(_) |-> _} |
name: |
debugTcl |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
Widget -> Prelude.IO () |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |