definition: |
mkLine :: [Word] -> Line mkLine ws = Line (sum (map ((+1) . wLen) ws) - 1) ws |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Creates a line from a list of words. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> {Line}} |
name: |
mkLine |
precedence: |
no precedence defined |
result-values: |
{Line} |
signature: |
[Word] -> Line |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |