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