definition: |
paraFill :: Alignment -> Int -> String -> Box paraFill a n t = (\ss -> mkParaBoxFill a (length ss) n ss) $ flow n t |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
failfree: |
(_, _, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_,_) |-> _} |
name: |
paraFill |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
Alignment -> Prelude.Int -> String -> Box |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |