CurryInfo: golang-1.0.0 / Language.Go.ShowS.showGoProg

definition: Info
 
showGoProg :: GoProg -> ShowS
showGoProg (GoProg package imports decls) =
  showString "package " . showString package . showLn . showLn .
  showGoImports imports .
  mapS (\x -> showGoTopLevelDecl x . showLn) decls
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
Shows a Go program as a string in Go syntax.
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {({GoProg}) |-> {.._#lambda508}}
name: Info
 showGoProg
precedence: Info
 no precedence defined
result-values: Info
 {.._#lambda508}
signature: Info
 Language.Go.Types.GoProg -> String -> 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