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

definition: Info
 
indent :: Int -> String
indent n = replicate (4*n) ' '
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Creates a string of blanks with length 4*n
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> {:,[]}}
name: Info
 indent
precedence: Info
 no precedence defined
result-values: Info
 {:,[]}
signature: Info
 Prelude.Int -> String
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 reducible on all ground data terms