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

definition: Info
 
showGoParam :: GoParam -> String
showGoParam (GoParam [] t)       = t
showGoParam (GoParam xs@(_:_) t) = (showGoCommaList id xs) ++ " " ++ t
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
Shows a Go parameter as a string in Go syntax.
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {({GoParam}) |-> _}
name: Info
 showGoParam
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Language.Go.Types.GoParam -> String
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms