CurryInfo: currypp-3.2.0 / CPP.ICode.TransICode.genLines

definition: Info
 
genLines :: Int -> String
genLines = flip replicate '\n'
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
The function genLines generates lines
@param n - The number of line to be generated
@result  - A string containing n lines
failfree: Info
 ()
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {() |-> {flip}}
name: Info
 genLines
precedence: Info
 no precedence defined
result-values: Info
 {flip}
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