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

definition:
genLines :: Int -> String
genLines = flip replicate '\n'
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- The function genLines generates lines
--- @param n - The number of line to be generated
--- @result  - A string containing n lines
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {flip}}
name:
genLines
precedence:
no precedence defined
result-values:
{flip}
signature:
Prelude.Int -> String
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms