definition: |
serverFormatNames :: [(String,OutputFormat)] serverFormatNames = [ ("text",FormatText), ("short",FormatShort), ("curryterm",FormatTerm) , ("json", FormatJSON), ("jsonterm", FormatJSONTerm), ("xml",FormatXML)] |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- The names and output formats supported by the analysis server. |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {:}} |
name: |
serverFormatNames |
precedence: |
no precedence defined |
result-values: |
{:} |
signature: |
[(String, OutputFormat)] |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |