CurryInfo: boxes-3.0.0 / Boxes.blanks

definition:
blanks :: Int -> String
blanks = flip replicate ' '
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Generates a string of spaces.
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {flip}}
name:
blanks
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