definition: |
hsep :: Int -> Alignment -> [Box] -> Box hsep sep a bs = punctuateH a (emptyBox 0 sep) bs |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Combines a list of boxes horizontally with the given alignment and space --- between all boxes. |
failfree: |
(_, _, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_,_) |-> {Box}} |
name: |
hsep |
precedence: |
no precedence defined |
result-values: |
{Box} |
signature: |
Prelude.Int -> Alignment -> [Box] -> Box |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |