CurryInfo: golang-1.0.0 / Language.Go.Show.showGoTopLevelDecl

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