definition: |
toTableRow :: [String] -> String toTableRow xs = intercalate " & " xs ++" \\\\\n" |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Shows a list of strings as a LaTeX table row. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> _} |
name: |
toTableRow |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
[String] -> String |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |