|
definition: |
showGoTopLevelDecl :: GoTopLevelDecl -> String showGoTopLevelDecl (GoTopLevelDecl stat) = (showGoStat 0 stat) showGoTopLevelDecl (GoTopLevelFuncDecl func) = (showGoFuncDecl func) |
|
demand: |
argument 1 |
|
deterministic: |
deterministic operation |
|
documentation: |
Shows a Go top-level declaration as a string in Go syntax. |
|
failfree: |
_ |
|
indeterministic: |
referentially transparent operation |
|
infix: |
no fixity defined |
|
iotype: |
{({GoTopLevelDecl}) |-> _ || ({GoTopLevelFuncDecl}) |-> _}
|
|
name: |
showGoTopLevelDecl |
|
precedence: |
no precedence defined |
|
result-values: |
_ |
|
signature: |
Language.Go.Types.GoTopLevelDecl -> String |
|
solution-complete: |
operation might suspend on free variables |
|
terminating: |
possibly non-terminating |
|
totally-defined: |
possibly non-reducible on same data term |